Package 

Interface LivekitRtc.RoomMovedResponseOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasRoom()
      information about the new room
      
      .livekit.Room room = 1;
      abstract LivekitModels.Room getRoom()
      information about the new room
      
      .livekit.Room room = 1;
      abstract String getToken()
      new reconnect token that can be used to reconnect to the new room
      
      string token = 2;
      abstract ByteString getTokenBytes()
      new reconnect token that can be used to reconnect to the new room
      
      string token = 2;
      abstract boolean hasParticipant() .livekit.ParticipantInfo participant = 3;
      abstract LivekitModels.ParticipantInfo getParticipant() .livekit.ParticipantInfo participant = 3;
      abstract List<LivekitModels.ParticipantInfo> getOtherParticipantsList() repeated .livekit.ParticipantInfo other_participants = 4;
      abstract LivekitModels.ParticipantInfo getOtherParticipants(int index) repeated .livekit.ParticipantInfo other_participants = 4;
      abstract int getOtherParticipantsCount() repeated .livekit.ParticipantInfo other_participants = 4;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait