Package com.mux.spaces.api.proto.signals
Interface Signals.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.Response,Signals.Response.Builder
- Enclosing class:
- Signals
public static interface Signals.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Signals.ActiveSpeakersgetActiveSpeakers().mux.spaces.api.ActiveSpeakers active_speakers = 7;Signals.ActiveSpeakersOrBuildergetActiveSpeakersOrBuilder().mux.spaces.api.ActiveSpeakers active_speakers = 7;Signals.TrackUpdategetAddTrack().mux.spaces.api.TrackUpdate add_track = 8;Signals.TrackUpdateOrBuildergetAddTrackOrBuilder().mux.spaces.api.TrackUpdate add_track = 8;java.lang.StringgetAnswer()string answer = 3;com.google.protobuf.ByteStringgetAnswerBytes()string answer = 3;Signals.BroadcastStategetBroadcastStateUpdate().mux.spaces.api.BroadcastState broadcast_state_update = 13;intgetBroadcastStateUpdateValue().mux.spaces.api.BroadcastState broadcast_state_update = 13;Signals.CandidategetCandidate().mux.spaces.api.Candidate candidate = 4;Signals.CandidateOrBuildergetCandidateOrBuilder().mux.spaces.api.Candidate candidate = 4;Signals.CustomEventgetCustomEvent().mux.spaces.api.CustomEvent custom_event = 18;Signals.CustomEventOrBuildergetCustomEventOrBuilder().mux.spaces.api.CustomEvent custom_event = 18;Signals.ErrorgetError().mux.spaces.api.Error error = 15;Signals.ErrorOrBuildergetErrorOrBuilder().mux.spaces.api.Error error = 15;Signals.JoinResponsegetJoined().mux.spaces.api.JoinResponse joined = 1;Signals.JoinResponseOrBuildergetJoinedOrBuilder().mux.spaces.api.JoinResponse joined = 1;Signals.Response.MessageCasegetMessageCase()Signals.ParticipantgetParticipantConnected().mux.spaces.api.Participant participant_connected = 5;Signals.ParticipantOrBuildergetParticipantConnectedOrBuilder().mux.spaces.api.Participant participant_connected = 5;Signals.ParticipantgetParticipantDisconnected().mux.spaces.api.Participant participant_disconnected = 6;Signals.ParticipantOrBuildergetParticipantDisconnectedOrBuilder().mux.spaces.api.Participant participant_disconnected = 6;Signals.ParticipantUpdategetParticipantUpdate().mux.spaces.api.ParticipantUpdate participant_update = 19;Signals.ParticipantUpdateOrBuildergetParticipantUpdateOrBuilder().mux.spaces.api.ParticipantUpdate participant_update = 19;java.lang.StringgetPendingTrackAck()string pending_track_ack = 14;com.google.protobuf.ByteStringgetPendingTrackAckBytes()string pending_track_ack = 14;java.lang.StringgetRemoveSfu()ID of a SFU to removecom.google.protobuf.ByteStringgetRemoveSfuBytes()ID of a SFU to removeSignals.TrackUpdategetRemoveTrack().mux.spaces.api.TrackUpdate remove_track = 9;Signals.TrackUpdateOrBuildergetRemoveTrackOrBuilder().mux.spaces.api.TrackUpdate remove_track = 9;java.lang.StringgetRequestId()string request_id = 20;com.google.protobuf.ByteStringgetRequestIdBytes()string request_id = 20;Signals.SFUDescriptiongetSubOffer()Offer for a subscription to a SFUSignals.SFUDescriptionOrBuildergetSubOfferOrBuilder()Offer for a subscription to a SFUSignals.SubscriptionsResponsegetSubscribeTracks().mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;Signals.SubscriptionsResponseOrBuildergetSubscribeTracksOrBuilder().mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;Signals.TrackUpdategetTrackMuted().mux.spaces.api.TrackUpdate track_muted = 10;Signals.TrackUpdateOrBuildergetTrackMutedOrBuilder().mux.spaces.api.TrackUpdate track_muted = 10;Signals.TrackUpdategetTrackUnmuted().mux.spaces.api.TrackUpdate track_unmuted = 11;Signals.TrackUpdateOrBuildergetTrackUnmutedOrBuilder().mux.spaces.api.TrackUpdate track_unmuted = 11;Signals.SubscriptionsResponsegetUnsubscribeTracks().mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;Signals.SubscriptionsResponseOrBuildergetUnsubscribeTracksOrBuilder().mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;booleanhasActiveSpeakers().mux.spaces.api.ActiveSpeakers active_speakers = 7;booleanhasAddTrack().mux.spaces.api.TrackUpdate add_track = 8;booleanhasAnswer()string answer = 3;booleanhasBroadcastStateUpdate().mux.spaces.api.BroadcastState broadcast_state_update = 13;booleanhasCandidate().mux.spaces.api.Candidate candidate = 4;booleanhasCustomEvent().mux.spaces.api.CustomEvent custom_event = 18;booleanhasError().mux.spaces.api.Error error = 15;booleanhasJoined().mux.spaces.api.JoinResponse joined = 1;booleanhasParticipantConnected().mux.spaces.api.Participant participant_connected = 5;booleanhasParticipantDisconnected().mux.spaces.api.Participant participant_disconnected = 6;booleanhasParticipantUpdate().mux.spaces.api.ParticipantUpdate participant_update = 19;booleanhasPendingTrackAck()string pending_track_ack = 14;booleanhasRemoveSfu()ID of a SFU to removebooleanhasRemoveTrack().mux.spaces.api.TrackUpdate remove_track = 9;booleanhasSubOffer()Offer for a subscription to a SFUbooleanhasSubscribeTracks().mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;booleanhasTrackMuted().mux.spaces.api.TrackUpdate track_muted = 10;booleanhasTrackUnmuted().mux.spaces.api.TrackUpdate track_unmuted = 11;booleanhasUnsubscribeTracks().mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestId
java.lang.String getRequestId()
string request_id = 20;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
string request_id = 20;- Returns:
- The bytes for requestId.
-
hasJoined
boolean hasJoined()
.mux.spaces.api.JoinResponse joined = 1;- Returns:
- Whether the joined field is set.
-
getJoined
Signals.JoinResponse getJoined()
.mux.spaces.api.JoinResponse joined = 1;- Returns:
- The joined.
-
getJoinedOrBuilder
Signals.JoinResponseOrBuilder getJoinedOrBuilder()
.mux.spaces.api.JoinResponse joined = 1;
-
hasSubOffer
boolean hasSubOffer()
Offer for a subscription to a SFU
.mux.spaces.api.SFUDescription sub_offer = 2;- Returns:
- Whether the subOffer field is set.
-
getSubOffer
Signals.SFUDescription getSubOffer()
Offer for a subscription to a SFU
.mux.spaces.api.SFUDescription sub_offer = 2;- Returns:
- The subOffer.
-
getSubOfferOrBuilder
Signals.SFUDescriptionOrBuilder getSubOfferOrBuilder()
Offer for a subscription to a SFU
.mux.spaces.api.SFUDescription sub_offer = 2;
-
hasAnswer
boolean hasAnswer()
string answer = 3;- Returns:
- Whether the answer field is set.
-
getAnswer
java.lang.String getAnswer()
string answer = 3;- Returns:
- The answer.
-
getAnswerBytes
com.google.protobuf.ByteString getAnswerBytes()
string answer = 3;- Returns:
- The bytes for answer.
-
hasCandidate
boolean hasCandidate()
.mux.spaces.api.Candidate candidate = 4;- Returns:
- Whether the candidate field is set.
-
getCandidate
Signals.Candidate getCandidate()
.mux.spaces.api.Candidate candidate = 4;- Returns:
- The candidate.
-
getCandidateOrBuilder
Signals.CandidateOrBuilder getCandidateOrBuilder()
.mux.spaces.api.Candidate candidate = 4;
-
hasParticipantConnected
boolean hasParticipantConnected()
.mux.spaces.api.Participant participant_connected = 5;- Returns:
- Whether the participantConnected field is set.
-
getParticipantConnected
Signals.Participant getParticipantConnected()
.mux.spaces.api.Participant participant_connected = 5;- Returns:
- The participantConnected.
-
getParticipantConnectedOrBuilder
Signals.ParticipantOrBuilder getParticipantConnectedOrBuilder()
.mux.spaces.api.Participant participant_connected = 5;
-
hasParticipantDisconnected
boolean hasParticipantDisconnected()
.mux.spaces.api.Participant participant_disconnected = 6;- Returns:
- Whether the participantDisconnected field is set.
-
getParticipantDisconnected
Signals.Participant getParticipantDisconnected()
.mux.spaces.api.Participant participant_disconnected = 6;- Returns:
- The participantDisconnected.
-
getParticipantDisconnectedOrBuilder
Signals.ParticipantOrBuilder getParticipantDisconnectedOrBuilder()
.mux.spaces.api.Participant participant_disconnected = 6;
-
hasActiveSpeakers
boolean hasActiveSpeakers()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;- Returns:
- Whether the activeSpeakers field is set.
-
getActiveSpeakers
Signals.ActiveSpeakers getActiveSpeakers()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;- Returns:
- The activeSpeakers.
-
getActiveSpeakersOrBuilder
Signals.ActiveSpeakersOrBuilder getActiveSpeakersOrBuilder()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;
-
hasAddTrack
boolean hasAddTrack()
.mux.spaces.api.TrackUpdate add_track = 8;- Returns:
- Whether the addTrack field is set.
-
getAddTrack
Signals.TrackUpdate getAddTrack()
.mux.spaces.api.TrackUpdate add_track = 8;- Returns:
- The addTrack.
-
getAddTrackOrBuilder
Signals.TrackUpdateOrBuilder getAddTrackOrBuilder()
.mux.spaces.api.TrackUpdate add_track = 8;
-
hasRemoveTrack
boolean hasRemoveTrack()
.mux.spaces.api.TrackUpdate remove_track = 9;- Returns:
- Whether the removeTrack field is set.
-
getRemoveTrack
Signals.TrackUpdate getRemoveTrack()
.mux.spaces.api.TrackUpdate remove_track = 9;- Returns:
- The removeTrack.
-
getRemoveTrackOrBuilder
Signals.TrackUpdateOrBuilder getRemoveTrackOrBuilder()
.mux.spaces.api.TrackUpdate remove_track = 9;
-
hasTrackMuted
boolean hasTrackMuted()
.mux.spaces.api.TrackUpdate track_muted = 10;- Returns:
- Whether the trackMuted field is set.
-
getTrackMuted
Signals.TrackUpdate getTrackMuted()
.mux.spaces.api.TrackUpdate track_muted = 10;- Returns:
- The trackMuted.
-
getTrackMutedOrBuilder
Signals.TrackUpdateOrBuilder getTrackMutedOrBuilder()
.mux.spaces.api.TrackUpdate track_muted = 10;
-
hasTrackUnmuted
boolean hasTrackUnmuted()
.mux.spaces.api.TrackUpdate track_unmuted = 11;- Returns:
- Whether the trackUnmuted field is set.
-
getTrackUnmuted
Signals.TrackUpdate getTrackUnmuted()
.mux.spaces.api.TrackUpdate track_unmuted = 11;- Returns:
- The trackUnmuted.
-
getTrackUnmutedOrBuilder
Signals.TrackUpdateOrBuilder getTrackUnmutedOrBuilder()
.mux.spaces.api.TrackUpdate track_unmuted = 11;
-
hasRemoveSfu
boolean hasRemoveSfu()
ID of a SFU to remove
string remove_sfu = 12;- Returns:
- Whether the removeSfu field is set.
-
getRemoveSfu
java.lang.String getRemoveSfu()
ID of a SFU to remove
string remove_sfu = 12;- Returns:
- The removeSfu.
-
getRemoveSfuBytes
com.google.protobuf.ByteString getRemoveSfuBytes()
ID of a SFU to remove
string remove_sfu = 12;- Returns:
- The bytes for removeSfu.
-
hasBroadcastStateUpdate
boolean hasBroadcastStateUpdate()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;- Returns:
- Whether the broadcastStateUpdate field is set.
-
getBroadcastStateUpdateValue
int getBroadcastStateUpdateValue()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;- Returns:
- The enum numeric value on the wire for broadcastStateUpdate.
-
getBroadcastStateUpdate
Signals.BroadcastState getBroadcastStateUpdate()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;- Returns:
- The broadcastStateUpdate.
-
hasPendingTrackAck
boolean hasPendingTrackAck()
string pending_track_ack = 14;- Returns:
- Whether the pendingTrackAck field is set.
-
getPendingTrackAck
java.lang.String getPendingTrackAck()
string pending_track_ack = 14;- Returns:
- The pendingTrackAck.
-
getPendingTrackAckBytes
com.google.protobuf.ByteString getPendingTrackAckBytes()
string pending_track_ack = 14;- Returns:
- The bytes for pendingTrackAck.
-
hasError
boolean hasError()
.mux.spaces.api.Error error = 15;- Returns:
- Whether the error field is set.
-
getError
Signals.Error getError()
.mux.spaces.api.Error error = 15;- Returns:
- The error.
-
getErrorOrBuilder
Signals.ErrorOrBuilder getErrorOrBuilder()
.mux.spaces.api.Error error = 15;
-
hasSubscribeTracks
boolean hasSubscribeTracks()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;- Returns:
- Whether the subscribeTracks field is set.
-
getSubscribeTracks
Signals.SubscriptionsResponse getSubscribeTracks()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;- Returns:
- The subscribeTracks.
-
getSubscribeTracksOrBuilder
Signals.SubscriptionsResponseOrBuilder getSubscribeTracksOrBuilder()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;
-
hasUnsubscribeTracks
boolean hasUnsubscribeTracks()
.mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;- Returns:
- Whether the unsubscribeTracks field is set.
-
getUnsubscribeTracks
Signals.SubscriptionsResponse getUnsubscribeTracks()
.mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;- Returns:
- The unsubscribeTracks.
-
getUnsubscribeTracksOrBuilder
Signals.SubscriptionsResponseOrBuilder getUnsubscribeTracksOrBuilder()
.mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;
-
hasCustomEvent
boolean hasCustomEvent()
.mux.spaces.api.CustomEvent custom_event = 18;- Returns:
- Whether the customEvent field is set.
-
getCustomEvent
Signals.CustomEvent getCustomEvent()
.mux.spaces.api.CustomEvent custom_event = 18;- Returns:
- The customEvent.
-
getCustomEventOrBuilder
Signals.CustomEventOrBuilder getCustomEventOrBuilder()
.mux.spaces.api.CustomEvent custom_event = 18;
-
hasParticipantUpdate
boolean hasParticipantUpdate()
.mux.spaces.api.ParticipantUpdate participant_update = 19;- Returns:
- Whether the participantUpdate field is set.
-
getParticipantUpdate
Signals.ParticipantUpdate getParticipantUpdate()
.mux.spaces.api.ParticipantUpdate participant_update = 19;- Returns:
- The participantUpdate.
-
getParticipantUpdateOrBuilder
Signals.ParticipantUpdateOrBuilder getParticipantUpdateOrBuilder()
.mux.spaces.api.ParticipantUpdate participant_update = 19;
-
getMessageCase
Signals.Response.MessageCase getMessageCase()
-
-