Interface Signals.JoinResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Signals.JoinResponse, Signals.JoinResponse.Builder
    Enclosing class:
    Signals

    public static interface Signals.JoinResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSubSfusList

        java.util.List<Signals.SFUDescription> getSubSfusList()
         SFUs that should be subscribed to
         
        repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
      • getSubSfus

        Signals.SFUDescription getSubSfus​(int index)
         SFUs that should be subscribed to
         
        repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
      • getSubSfusCount

        int getSubSfusCount()
         SFUs that should be subscribed to
         
        repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
      • getSubSfusOrBuilderList

        java.util.List<? extends Signals.SFUDescriptionOrBuilder> getSubSfusOrBuilderList()
         SFUs that should be subscribed to
         
        repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
      • getSubSfusOrBuilder

        Signals.SFUDescriptionOrBuilder getSubSfusOrBuilder​(int index)
         SFUs that should be subscribed to
         
        repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
      • getIceServersList

        java.util.List<Signals.ICEServer> getIceServersList()
        repeated .mux.spaces.api.ICEServer ice_servers = 2;
      • getIceServers

        Signals.ICEServer getIceServers​(int index)
        repeated .mux.spaces.api.ICEServer ice_servers = 2;
      • getIceServersCount

        int getIceServersCount()
        repeated .mux.spaces.api.ICEServer ice_servers = 2;
      • getIceServersOrBuilderList

        java.util.List<? extends Signals.ICEServerOrBuilder> getIceServersOrBuilderList()
        repeated .mux.spaces.api.ICEServer ice_servers = 2;
      • getIceServersOrBuilder

        Signals.ICEServerOrBuilder getIceServersOrBuilder​(int index)
        repeated .mux.spaces.api.ICEServer ice_servers = 2;
      • getParticipantsList

        java.util.List<Signals.Participant> getParticipantsList()
        repeated .mux.spaces.api.Participant participants = 3;
      • getParticipants

        Signals.Participant getParticipants​(int index)
        repeated .mux.spaces.api.Participant participants = 3;
      • getParticipantsCount

        int getParticipantsCount()
        repeated .mux.spaces.api.Participant participants = 3;
      • getParticipantsOrBuilderList

        java.util.List<? extends Signals.ParticipantOrBuilder> getParticipantsOrBuilderList()
        repeated .mux.spaces.api.Participant participants = 3;
      • getParticipantsOrBuilder

        Signals.ParticipantOrBuilder getParticipantsOrBuilder​(int index)
        repeated .mux.spaces.api.Participant participants = 3;
      • getConnectionId

        java.lang.String getConnectionId()
        string connection_id = 4;
        Returns:
        The connectionId.
      • getConnectionIdBytes

        com.google.protobuf.ByteString getConnectionIdBytes()
        string connection_id = 4;
        Returns:
        The bytes for connectionId.
      • getParticipantId

        java.lang.String getParticipantId()
        string participant_id = 5;
        Returns:
        The participantId.
      • getParticipantIdBytes

        com.google.protobuf.ByteString getParticipantIdBytes()
        string participant_id = 5;
        Returns:
        The bytes for participantId.
      • getBroadcasting

        boolean getBroadcasting()
        bool broadcasting = 6;
        Returns:
        The broadcasting.
      • hasSimulcast

        boolean hasSimulcast()
        .mux.spaces.api.SimulcastConfig simulcast = 7;
        Returns:
        Whether the simulcast field is set.
      • getSimulcast

        Signals.SimulcastConfig getSimulcast()
        .mux.spaces.api.SimulcastConfig simulcast = 7;
        Returns:
        The simulcast.
      • getSessionId

        java.lang.String getSessionId()
        string session_id = 8;
        Returns:
        The sessionId.
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
        string session_id = 8;
        Returns:
        The bytes for sessionId.
      • hasLimits

        boolean hasLimits()
        .mux.spaces.api.Limits limits = 9;
        Returns:
        Whether the limits field is set.
      • getLimits

        Signals.Limits getLimits()
        .mux.spaces.api.Limits limits = 9;
        Returns:
        The limits.
      • getWatchrtcToken

        java.lang.String getWatchrtcToken()
        string watchrtc_token = 10;
        Returns:
        The watchrtcToken.
      • getWatchrtcTokenBytes

        com.google.protobuf.ByteString getWatchrtcTokenBytes()
        string watchrtc_token = 10;
        Returns:
        The bytes for watchrtcToken.
      • getDisplayName

        java.lang.String getDisplayName()
        string display_name = 11;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
        string display_name = 11;
        Returns:
        The bytes for displayName.