-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.JoinResponseOrBuilder
public final class LivekitRtc.JoinResponse.Builder extends GeneratedMessageLite.Builder<LivekitRtc.JoinResponse, LivekitRtc.JoinResponse.Builder> implements LivekitRtc.JoinResponseOrBuilder
Protobuf type
{@code livekit.JoinResponse}
-
-
Method Summary
Modifier and Type Method Description booleanhasRoom().livekit.Room room = 1;LivekitModels.RoomgetRoom().livekit.Room room = 1;LivekitRtc.JoinResponse.BuildersetRoom(LivekitModels.Room value).livekit.Room room = 1;LivekitRtc.JoinResponse.BuildersetRoom(LivekitModels.Room.Builder builderForValue).livekit.Room room = 1;LivekitRtc.JoinResponse.BuildermergeRoom(LivekitModels.Room value).livekit.Room room = 1;LivekitRtc.JoinResponse.BuilderclearRoom().livekit.Room room = 1;booleanhasParticipant().livekit.ParticipantInfo participant = 2;LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 2;LivekitRtc.JoinResponse.BuildersetParticipant(LivekitModels.ParticipantInfo value).livekit.ParticipantInfo participant = 2;LivekitRtc.JoinResponse.BuildersetParticipant(LivekitModels.ParticipantInfo.Builder builderForValue).livekit.ParticipantInfo participant = 2;LivekitRtc.JoinResponse.BuildermergeParticipant(LivekitModels.ParticipantInfo value).livekit.ParticipantInfo participant = 2;LivekitRtc.JoinResponse.BuilderclearParticipant().livekit.ParticipantInfo participant = 2;List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 3;intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 3;LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuildersetOtherParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuildersetOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderaddOtherParticipants(LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderaddOtherParticipants(int index, LivekitModels.ParticipantInfo value)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderaddOtherParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderaddOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderaddAllOtherParticipants(Iterable<out LivekitModels.ParticipantInfo> values)repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderclearOtherParticipants()repeated .livekit.ParticipantInfo other_participants = 3;LivekitRtc.JoinResponse.BuilderremoveOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 3;StringgetServerVersion()deprecated. use server_info.version instead.string server_version = 4;ByteStringgetServerVersionBytes()deprecated. use server_info.version instead.string server_version = 4;LivekitRtc.JoinResponse.BuildersetServerVersion(String value)deprecated. use server_info.version instead.string server_version = 4;LivekitRtc.JoinResponse.BuilderclearServerVersion()deprecated. use server_info.version instead.string server_version = 4;LivekitRtc.JoinResponse.BuildersetServerVersionBytes(ByteString value)deprecated. use server_info.version instead.string server_version = 4;List<LivekitRtc.ICEServer>getIceServersList()repeated .livekit.ICEServer ice_servers = 5;intgetIceServersCount()repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.ICEServergetIceServers(int index)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuildersetIceServers(int index, LivekitRtc.ICEServer value)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuildersetIceServers(int index, LivekitRtc.ICEServer.Builder builderForValue)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderaddIceServers(LivekitRtc.ICEServer value)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderaddIceServers(int index, LivekitRtc.ICEServer value)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderaddIceServers(LivekitRtc.ICEServer.Builder builderForValue)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderaddIceServers(int index, LivekitRtc.ICEServer.Builder builderForValue)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderaddAllIceServers(Iterable<out LivekitRtc.ICEServer> values)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderclearIceServers()repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.JoinResponse.BuilderremoveIceServers(int index)repeated .livekit.ICEServer ice_servers = 5;booleangetSubscriberPrimary()use subscriber as the primary PeerConnectionbool subscriber_primary = 6;LivekitRtc.JoinResponse.BuildersetSubscriberPrimary(boolean value)use subscriber as the primary PeerConnectionbool subscriber_primary = 6;LivekitRtc.JoinResponse.BuilderclearSubscriberPrimary()use subscriber as the primary PeerConnectionbool subscriber_primary = 6;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;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;LivekitRtc.JoinResponse.BuildersetAlternativeUrl(String value)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;LivekitRtc.JoinResponse.BuilderclearAlternativeUrl()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;LivekitRtc.JoinResponse.BuildersetAlternativeUrlBytes(ByteString value)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;booleanhasClientConfiguration().livekit.ClientConfiguration client_configuration = 8;LivekitModels.ClientConfigurationgetClientConfiguration().livekit.ClientConfiguration client_configuration = 8;LivekitRtc.JoinResponse.BuildersetClientConfiguration(LivekitModels.ClientConfiguration value).livekit.ClientConfiguration client_configuration = 8;LivekitRtc.JoinResponse.BuildersetClientConfiguration(LivekitModels.ClientConfiguration.Builder builderForValue).livekit.ClientConfiguration client_configuration = 8;LivekitRtc.JoinResponse.BuildermergeClientConfiguration(LivekitModels.ClientConfiguration value).livekit.ClientConfiguration client_configuration = 8;LivekitRtc.JoinResponse.BuilderclearClientConfiguration().livekit.ClientConfiguration client_configuration = 8;StringgetServerRegion()deprecated. use server_info.region instead.string server_region = 9;ByteStringgetServerRegionBytes()deprecated. use server_info.region instead.string server_region = 9;LivekitRtc.JoinResponse.BuildersetServerRegion(String value)deprecated. use server_info.region instead.string server_region = 9;LivekitRtc.JoinResponse.BuilderclearServerRegion()deprecated. use server_info.region instead.string server_region = 9;LivekitRtc.JoinResponse.BuildersetServerRegionBytes(ByteString value)deprecated. use server_info.region instead.string server_region = 9;intgetPingTimeout()int32 ping_timeout = 10;LivekitRtc.JoinResponse.BuildersetPingTimeout(int value)int32 ping_timeout = 10;LivekitRtc.JoinResponse.BuilderclearPingTimeout()int32 ping_timeout = 10;intgetPingInterval()int32 ping_interval = 11;LivekitRtc.JoinResponse.BuildersetPingInterval(int value)int32 ping_interval = 11;LivekitRtc.JoinResponse.BuilderclearPingInterval()int32 ping_interval = 11;booleanhasServerInfo().livekit.ServerInfo server_info = 12;LivekitModels.ServerInfogetServerInfo().livekit.ServerInfo server_info = 12;LivekitRtc.JoinResponse.BuildersetServerInfo(LivekitModels.ServerInfo value).livekit.ServerInfo server_info = 12;LivekitRtc.JoinResponse.BuildersetServerInfo(LivekitModels.ServerInfo.Builder builderForValue).livekit.ServerInfo server_info = 12;LivekitRtc.JoinResponse.BuildermergeServerInfo(LivekitModels.ServerInfo value).livekit.ServerInfo server_info = 12;LivekitRtc.JoinResponse.BuilderclearServerInfo().livekit.ServerInfo server_info = 12;ByteStringgetSifTrailer()Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;LivekitRtc.JoinResponse.BuildersetSifTrailer(ByteString value)Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;LivekitRtc.JoinResponse.BuilderclearSifTrailer()Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;List<LivekitModels.Codec>getEnabledPublishCodecsList()repeated .livekit.Codec enabled_publish_codecs = 14;intgetEnabledPublishCodecsCount()repeated .livekit.Codec enabled_publish_codecs = 14;LivekitModels.CodecgetEnabledPublishCodecs(int index)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuildersetEnabledPublishCodecs(int index, LivekitModels.Codec value)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuildersetEnabledPublishCodecs(int index, LivekitModels.Codec.Builder builderForValue)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderaddEnabledPublishCodecs(LivekitModels.Codec value)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderaddEnabledPublishCodecs(int index, LivekitModels.Codec value)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderaddEnabledPublishCodecs(LivekitModels.Codec.Builder builderForValue)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderaddEnabledPublishCodecs(int index, LivekitModels.Codec.Builder builderForValue)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderaddAllEnabledPublishCodecs(Iterable<out LivekitModels.Codec> values)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderclearEnabledPublishCodecs()repeated .livekit.Codec enabled_publish_codecs = 14;LivekitRtc.JoinResponse.BuilderremoveEnabledPublishCodecs(int index)repeated .livekit.Codec enabled_publish_codecs = 14;booleangetFastPublish()when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;LivekitRtc.JoinResponse.BuildersetFastPublish(boolean value)when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;LivekitRtc.JoinResponse.BuilderclearFastPublish()when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasRoom
boolean hasRoom()
.livekit.Room room = 1;
-
getRoom
LivekitModels.Room getRoom()
.livekit.Room room = 1;
-
setRoom
LivekitRtc.JoinResponse.Builder setRoom(LivekitModels.Room value)
.livekit.Room room = 1;
-
setRoom
LivekitRtc.JoinResponse.Builder setRoom(LivekitModels.Room.Builder builderForValue)
.livekit.Room room = 1;
-
mergeRoom
LivekitRtc.JoinResponse.Builder mergeRoom(LivekitModels.Room value)
.livekit.Room room = 1;
-
clearRoom
LivekitRtc.JoinResponse.Builder clearRoom()
.livekit.Room room = 1;
-
hasParticipant
boolean hasParticipant()
.livekit.ParticipantInfo participant = 2;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 2;
-
setParticipant
LivekitRtc.JoinResponse.Builder setParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 2;
-
setParticipant
LivekitRtc.JoinResponse.Builder setParticipant(LivekitModels.ParticipantInfo.Builder builderForValue)
.livekit.ParticipantInfo participant = 2;
-
mergeParticipant
LivekitRtc.JoinResponse.Builder mergeParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 2;
-
clearParticipant
LivekitRtc.JoinResponse.Builder clearParticipant()
.livekit.ParticipantInfo participant = 2;
-
getOtherParticipantsList
List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipantsCount
int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipants
LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 3;
-
setOtherParticipants
LivekitRtc.JoinResponse.Builder setOtherParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 3;
-
setOtherParticipants
LivekitRtc.JoinResponse.Builder setOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 3;
-
addOtherParticipants
LivekitRtc.JoinResponse.Builder addOtherParticipants(LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 3;
-
addOtherParticipants
LivekitRtc.JoinResponse.Builder addOtherParticipants(int index, LivekitModels.ParticipantInfo value)
repeated .livekit.ParticipantInfo other_participants = 3;
-
addOtherParticipants
LivekitRtc.JoinResponse.Builder addOtherParticipants(LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 3;
-
addOtherParticipants
LivekitRtc.JoinResponse.Builder addOtherParticipants(int index, LivekitModels.ParticipantInfo.Builder builderForValue)
repeated .livekit.ParticipantInfo other_participants = 3;
-
addAllOtherParticipants
LivekitRtc.JoinResponse.Builder addAllOtherParticipants(Iterable<out LivekitModels.ParticipantInfo> values)
repeated .livekit.ParticipantInfo other_participants = 3;
-
clearOtherParticipants
LivekitRtc.JoinResponse.Builder clearOtherParticipants()
repeated .livekit.ParticipantInfo other_participants = 3;
-
removeOtherParticipants
LivekitRtc.JoinResponse.Builder removeOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 3;
-
getServerVersion
String getServerVersion()
deprecated. use server_info.version instead.string server_version = 4;
-
getServerVersionBytes
ByteString getServerVersionBytes()
deprecated. use server_info.version instead.string server_version = 4;
-
setServerVersion
LivekitRtc.JoinResponse.Builder setServerVersion(String value)
deprecated. use server_info.version instead.string server_version = 4;- Parameters:
value- The serverVersion to set.
-
clearServerVersion
LivekitRtc.JoinResponse.Builder clearServerVersion()
deprecated. use server_info.version instead.string server_version = 4;
-
setServerVersionBytes
LivekitRtc.JoinResponse.Builder setServerVersionBytes(ByteString value)
deprecated. use server_info.version instead.string server_version = 4;- Parameters:
value- The bytes for serverVersion to set.
-
getIceServersList
List<LivekitRtc.ICEServer> getIceServersList()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServersCount
int getIceServersCount()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServers
LivekitRtc.ICEServer getIceServers(int index)
repeated .livekit.ICEServer ice_servers = 5;
-
setIceServers
LivekitRtc.JoinResponse.Builder setIceServers(int index, LivekitRtc.ICEServer value)
repeated .livekit.ICEServer ice_servers = 5;
-
setIceServers
LivekitRtc.JoinResponse.Builder setIceServers(int index, LivekitRtc.ICEServer.Builder builderForValue)
repeated .livekit.ICEServer ice_servers = 5;
-
addIceServers
LivekitRtc.JoinResponse.Builder addIceServers(LivekitRtc.ICEServer value)
repeated .livekit.ICEServer ice_servers = 5;
-
addIceServers
LivekitRtc.JoinResponse.Builder addIceServers(int index, LivekitRtc.ICEServer value)
repeated .livekit.ICEServer ice_servers = 5;
-
addIceServers
LivekitRtc.JoinResponse.Builder addIceServers(LivekitRtc.ICEServer.Builder builderForValue)
repeated .livekit.ICEServer ice_servers = 5;
-
addIceServers
LivekitRtc.JoinResponse.Builder addIceServers(int index, LivekitRtc.ICEServer.Builder builderForValue)
repeated .livekit.ICEServer ice_servers = 5;
-
addAllIceServers
LivekitRtc.JoinResponse.Builder addAllIceServers(Iterable<out LivekitRtc.ICEServer> values)
repeated .livekit.ICEServer ice_servers = 5;
-
clearIceServers
LivekitRtc.JoinResponse.Builder clearIceServers()
repeated .livekit.ICEServer ice_servers = 5;
-
removeIceServers
LivekitRtc.JoinResponse.Builder removeIceServers(int index)
repeated .livekit.ICEServer ice_servers = 5;
-
getSubscriberPrimary
boolean getSubscriberPrimary()
use subscriber as the primary PeerConnectionbool subscriber_primary = 6;
-
setSubscriberPrimary
LivekitRtc.JoinResponse.Builder setSubscriberPrimary(boolean value)
use subscriber as the primary PeerConnectionbool subscriber_primary = 6;- Parameters:
value- The subscriberPrimary to set.
-
clearSubscriberPrimary
LivekitRtc.JoinResponse.Builder clearSubscriberPrimary()
use subscriber as the primary PeerConnectionbool subscriber_primary = 6;
-
getAlternativeUrl
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
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;
-
setAlternativeUrl
LivekitRtc.JoinResponse.Builder setAlternativeUrl(String value)
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;- Parameters:
value- The alternativeUrl to set.
-
clearAlternativeUrl
LivekitRtc.JoinResponse.Builder clearAlternativeUrl()
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;
-
setAlternativeUrlBytes
LivekitRtc.JoinResponse.Builder setAlternativeUrlBytes(ByteString value)
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;- Parameters:
value- The bytes for alternativeUrl to set.
-
hasClientConfiguration
boolean hasClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getClientConfiguration
LivekitModels.ClientConfiguration getClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
setClientConfiguration
LivekitRtc.JoinResponse.Builder setClientConfiguration(LivekitModels.ClientConfiguration value)
.livekit.ClientConfiguration client_configuration = 8;
-
setClientConfiguration
LivekitRtc.JoinResponse.Builder setClientConfiguration(LivekitModels.ClientConfiguration.Builder builderForValue)
.livekit.ClientConfiguration client_configuration = 8;
-
mergeClientConfiguration
LivekitRtc.JoinResponse.Builder mergeClientConfiguration(LivekitModels.ClientConfiguration value)
.livekit.ClientConfiguration client_configuration = 8;
-
clearClientConfiguration
LivekitRtc.JoinResponse.Builder clearClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getServerRegion
String getServerRegion()
deprecated. use server_info.region instead.string server_region = 9;
-
getServerRegionBytes
ByteString getServerRegionBytes()
deprecated. use server_info.region instead.string server_region = 9;
-
setServerRegion
LivekitRtc.JoinResponse.Builder setServerRegion(String value)
deprecated. use server_info.region instead.string server_region = 9;- Parameters:
value- The serverRegion to set.
-
clearServerRegion
LivekitRtc.JoinResponse.Builder clearServerRegion()
deprecated. use server_info.region instead.string server_region = 9;
-
setServerRegionBytes
LivekitRtc.JoinResponse.Builder setServerRegionBytes(ByteString value)
deprecated. use server_info.region instead.string server_region = 9;- Parameters:
value- The bytes for serverRegion to set.
-
getPingTimeout
int getPingTimeout()
int32 ping_timeout = 10;
-
setPingTimeout
LivekitRtc.JoinResponse.Builder setPingTimeout(int value)
int32 ping_timeout = 10;- Parameters:
value- The pingTimeout to set.
-
clearPingTimeout
LivekitRtc.JoinResponse.Builder clearPingTimeout()
int32 ping_timeout = 10;
-
getPingInterval
int getPingInterval()
int32 ping_interval = 11;
-
setPingInterval
LivekitRtc.JoinResponse.Builder setPingInterval(int value)
int32 ping_interval = 11;- Parameters:
value- The pingInterval to set.
-
clearPingInterval
LivekitRtc.JoinResponse.Builder clearPingInterval()
int32 ping_interval = 11;
-
hasServerInfo
boolean hasServerInfo()
.livekit.ServerInfo server_info = 12;
-
getServerInfo
LivekitModels.ServerInfo getServerInfo()
.livekit.ServerInfo server_info = 12;
-
setServerInfo
LivekitRtc.JoinResponse.Builder setServerInfo(LivekitModels.ServerInfo value)
.livekit.ServerInfo server_info = 12;
-
setServerInfo
LivekitRtc.JoinResponse.Builder setServerInfo(LivekitModels.ServerInfo.Builder builderForValue)
.livekit.ServerInfo server_info = 12;
-
mergeServerInfo
LivekitRtc.JoinResponse.Builder mergeServerInfo(LivekitModels.ServerInfo value)
.livekit.ServerInfo server_info = 12;
-
clearServerInfo
LivekitRtc.JoinResponse.Builder clearServerInfo()
.livekit.ServerInfo server_info = 12;
-
getSifTrailer
ByteString getSifTrailer()
Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;
-
setSifTrailer
LivekitRtc.JoinResponse.Builder setSifTrailer(ByteString value)
Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;- Parameters:
value- The sifTrailer to set.
-
clearSifTrailer
LivekitRtc.JoinResponse.Builder clearSifTrailer()
Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;
-
getEnabledPublishCodecsList
List<LivekitModels.Codec> getEnabledPublishCodecsList()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecsCount
int getEnabledPublishCodecsCount()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecs
LivekitModels.Codec getEnabledPublishCodecs(int index)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
setEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder setEnabledPublishCodecs(int index, LivekitModels.Codec value)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
setEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder setEnabledPublishCodecs(int index, LivekitModels.Codec.Builder builderForValue)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
addEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder addEnabledPublishCodecs(LivekitModels.Codec value)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
addEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder addEnabledPublishCodecs(int index, LivekitModels.Codec value)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
addEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder addEnabledPublishCodecs(LivekitModels.Codec.Builder builderForValue)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
addEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder addEnabledPublishCodecs(int index, LivekitModels.Codec.Builder builderForValue)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
addAllEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder addAllEnabledPublishCodecs(Iterable<out LivekitModels.Codec> values)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
clearEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder clearEnabledPublishCodecs()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
removeEnabledPublishCodecs
LivekitRtc.JoinResponse.Builder removeEnabledPublishCodecs(int index)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getFastPublish
boolean getFastPublish()
when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;
-
setFastPublish
LivekitRtc.JoinResponse.Builder setFastPublish(boolean value)
when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;- Parameters:
value- The fastPublish to set.
-
clearFastPublish
LivekitRtc.JoinResponse.Builder clearFastPublish()
when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;
-
-
-
-