-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.RoomMovedResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasRoom()information about the new room.livekit.Room room = 1;abstract LivekitModels.RoomgetRoom()information about the new room.livekit.Room room = 1;abstract StringgetToken()new reconnect token that can be used to reconnect to the new roomstring token = 2;abstract ByteStringgetTokenBytes()new reconnect token that can be used to reconnect to the new roomstring token = 2;abstract booleanhasParticipant().livekit.ParticipantInfo participant = 3;abstract LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 3;abstract List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 4;abstract LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 4;abstract intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 4;-
-
Method Detail
-
hasRoom
abstract boolean hasRoom()
information about the new room.livekit.Room room = 1;
-
getRoom
abstract LivekitModels.Room getRoom()
information about the new room.livekit.Room room = 1;
-
getToken
abstract String getToken()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
getTokenBytes
abstract ByteString getTokenBytes()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
hasParticipant
abstract boolean hasParticipant()
.livekit.ParticipantInfo participant = 3;
-
getParticipant
abstract LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 3;
-
getOtherParticipantsList
abstract List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipants
abstract LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipantsCount
abstract int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 4;
-
-
-
-