-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.JoinResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasRoom().livekit.Room room = 1;abstract LivekitModels.RoomgetRoom().livekit.Room room = 1;abstract booleanhasParticipant().livekit.ParticipantInfo participant = 2;abstract LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 2;abstract List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 3;abstract LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 3;abstract intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 3;abstract StringgetServerVersion()deprecated. use server_info.version instead.string server_version = 4;abstract ByteStringgetServerVersionBytes()deprecated. use server_info.version instead.string server_version = 4;abstract List<LivekitRtc.ICEServer>getIceServersList()repeated .livekit.ICEServer ice_servers = 5;abstract LivekitRtc.ICEServergetIceServers(int index)repeated .livekit.ICEServer ice_servers = 5;abstract intgetIceServersCount()repeated .livekit.ICEServer ice_servers = 5;abstract booleangetSubscriberPrimary()use subscriber as the primary PeerConnectionbool subscriber_primary = 6;abstract StringgetAlternativeUrl()when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;abstract ByteStringgetAlternativeUrlBytes()when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;abstract booleanhasClientConfiguration().livekit.ClientConfiguration client_configuration = 8;abstract LivekitModels.ClientConfigurationgetClientConfiguration().livekit.ClientConfiguration client_configuration = 8;abstract StringgetServerRegion()deprecated. use server_info.region instead.string server_region = 9;abstract ByteStringgetServerRegionBytes()deprecated. use server_info.region instead.string server_region = 9;abstract intgetPingTimeout()int32 ping_timeout = 10;abstract intgetPingInterval()int32 ping_interval = 11;abstract booleanhasServerInfo().livekit.ServerInfo server_info = 12;abstract LivekitModels.ServerInfogetServerInfo().livekit.ServerInfo server_info = 12;abstract ByteStringgetSifTrailer()Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;abstract List<LivekitModels.Codec>getEnabledPublishCodecsList()repeated .livekit.Codec enabled_publish_codecs = 14;abstract LivekitModels.CodecgetEnabledPublishCodecs(int index)repeated .livekit.Codec enabled_publish_codecs = 14;abstract intgetEnabledPublishCodecsCount()repeated .livekit.Codec enabled_publish_codecs = 14;abstract booleangetFastPublish()when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;-
-
Method Detail
-
hasRoom
abstract boolean hasRoom()
.livekit.Room room = 1;
-
getRoom
abstract LivekitModels.Room getRoom()
.livekit.Room room = 1;
-
hasParticipant
abstract boolean hasParticipant()
.livekit.ParticipantInfo participant = 2;
-
getParticipant
abstract LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 2;
-
getOtherParticipantsList
abstract List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipants
abstract LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipantsCount
abstract int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getServerVersion
abstract String getServerVersion()
deprecated. use server_info.version instead.string server_version = 4;
-
getServerVersionBytes
abstract ByteString getServerVersionBytes()
deprecated. use server_info.version instead.string server_version = 4;
-
getIceServersList
abstract List<LivekitRtc.ICEServer> getIceServersList()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServers
abstract LivekitRtc.ICEServer getIceServers(int index)
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServersCount
abstract int getIceServersCount()
repeated .livekit.ICEServer ice_servers = 5;
-
getSubscriberPrimary
abstract boolean getSubscriberPrimary()
use subscriber as the primary PeerConnectionbool subscriber_primary = 6;
-
getAlternativeUrl
abstract String getAlternativeUrl()
when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;
-
getAlternativeUrlBytes
abstract ByteString getAlternativeUrlBytes()
when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;
-
hasClientConfiguration
abstract boolean hasClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getClientConfiguration
abstract LivekitModels.ClientConfiguration getClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getServerRegion
abstract String getServerRegion()
deprecated. use server_info.region instead.string server_region = 9;
-
getServerRegionBytes
abstract ByteString getServerRegionBytes()
deprecated. use server_info.region instead.string server_region = 9;
-
getPingTimeout
abstract int getPingTimeout()
int32 ping_timeout = 10;
-
getPingInterval
abstract int getPingInterval()
int32 ping_interval = 11;
-
hasServerInfo
abstract boolean hasServerInfo()
.livekit.ServerInfo server_info = 12;
-
getServerInfo
abstract LivekitModels.ServerInfo getServerInfo()
.livekit.ServerInfo server_info = 12;
-
getSifTrailer
abstract ByteString getSifTrailer()
Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;
-
getEnabledPublishCodecsList
abstract List<LivekitModels.Codec> getEnabledPublishCodecsList()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecs
abstract LivekitModels.Codec getEnabledPublishCodecs(int index)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecsCount
abstract int getEnabledPublishCodecsCount()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getFastPublish
abstract boolean getFastPublish()
when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;
-
-
-
-