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.ActiveSpeakers
getActiveSpeakers()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;
Signals.ActiveSpeakersOrBuilder
getActiveSpeakersOrBuilder()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;
Signals.TrackUpdate
getAddTrack()
.mux.spaces.api.TrackUpdate add_track = 8;
Signals.TrackUpdateOrBuilder
getAddTrackOrBuilder()
.mux.spaces.api.TrackUpdate add_track = 8;
java.lang.String
getAnswer()
string answer = 3;
com.google.protobuf.ByteString
getAnswerBytes()
string answer = 3;
Signals.BroadcastState
getBroadcastStateUpdate()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;
int
getBroadcastStateUpdateValue()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;
Signals.Candidate
getCandidate()
.mux.spaces.api.Candidate candidate = 4;
Signals.CandidateOrBuilder
getCandidateOrBuilder()
.mux.spaces.api.Candidate candidate = 4;
Signals.CustomEvent
getCustomEvent()
.mux.spaces.api.CustomEvent custom_event = 18;
Signals.CustomEventOrBuilder
getCustomEventOrBuilder()
.mux.spaces.api.CustomEvent custom_event = 18;
Signals.Error
getError()
.mux.spaces.api.Error error = 15;
Signals.ErrorOrBuilder
getErrorOrBuilder()
.mux.spaces.api.Error error = 15;
Signals.JoinResponse
getJoined()
.mux.spaces.api.JoinResponse joined = 1;
Signals.JoinResponseOrBuilder
getJoinedOrBuilder()
.mux.spaces.api.JoinResponse joined = 1;
Signals.Response.MessageCase
getMessageCase()
Signals.Participant
getParticipantConnected()
.mux.spaces.api.Participant participant_connected = 5;
Signals.ParticipantOrBuilder
getParticipantConnectedOrBuilder()
.mux.spaces.api.Participant participant_connected = 5;
Signals.Participant
getParticipantDisconnected()
.mux.spaces.api.Participant participant_disconnected = 6;
Signals.ParticipantOrBuilder
getParticipantDisconnectedOrBuilder()
.mux.spaces.api.Participant participant_disconnected = 6;
java.lang.String
getPendingTrackAck()
string pending_track_ack = 14;
com.google.protobuf.ByteString
getPendingTrackAckBytes()
string pending_track_ack = 14;
java.lang.String
getRemoveSfu()
ID of a SFU to removecom.google.protobuf.ByteString
getRemoveSfuBytes()
ID of a SFU to removeSignals.TrackUpdate
getRemoveTrack()
.mux.spaces.api.TrackUpdate remove_track = 9;
Signals.TrackUpdateOrBuilder
getRemoveTrackOrBuilder()
.mux.spaces.api.TrackUpdate remove_track = 9;
Signals.SFUDescription
getSubOffer()
Offer for a subscription to a SFUSignals.SFUDescriptionOrBuilder
getSubOfferOrBuilder()
Offer for a subscription to a SFUSignals.SubscriptionsResponse
getSubscribeTracks()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;
Signals.SubscriptionsResponseOrBuilder
getSubscribeTracksOrBuilder()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;
Signals.TrackUpdate
getTrackMuted()
.mux.spaces.api.TrackUpdate track_muted = 10;
Signals.TrackUpdateOrBuilder
getTrackMutedOrBuilder()
.mux.spaces.api.TrackUpdate track_muted = 10;
Signals.TrackUpdate
getTrackUnmuted()
.mux.spaces.api.TrackUpdate track_unmuted = 11;
Signals.TrackUpdateOrBuilder
getTrackUnmutedOrBuilder()
.mux.spaces.api.TrackUpdate track_unmuted = 11;
Signals.SubscriptionsResponse
getUnsubscribeTracks()
.mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;
Signals.SubscriptionsResponseOrBuilder
getUnsubscribeTracksOrBuilder()
.mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;
boolean
hasActiveSpeakers()
.mux.spaces.api.ActiveSpeakers active_speakers = 7;
boolean
hasAddTrack()
.mux.spaces.api.TrackUpdate add_track = 8;
boolean
hasAnswer()
string answer = 3;
boolean
hasBroadcastStateUpdate()
.mux.spaces.api.BroadcastState broadcast_state_update = 13;
boolean
hasCandidate()
.mux.spaces.api.Candidate candidate = 4;
boolean
hasCustomEvent()
.mux.spaces.api.CustomEvent custom_event = 18;
boolean
hasError()
.mux.spaces.api.Error error = 15;
boolean
hasJoined()
.mux.spaces.api.JoinResponse joined = 1;
boolean
hasParticipantConnected()
.mux.spaces.api.Participant participant_connected = 5;
boolean
hasParticipantDisconnected()
.mux.spaces.api.Participant participant_disconnected = 6;
boolean
hasPendingTrackAck()
string pending_track_ack = 14;
boolean
hasRemoveSfu()
ID of a SFU to removeboolean
hasRemoveTrack()
.mux.spaces.api.TrackUpdate remove_track = 9;
boolean
hasSubOffer()
Offer for a subscription to a SFUboolean
hasSubscribeTracks()
.mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;
boolean
hasTrackMuted()
.mux.spaces.api.TrackUpdate track_muted = 10;
boolean
hasTrackUnmuted()
.mux.spaces.api.TrackUpdate track_unmuted = 11;
boolean
hasUnsubscribeTracks()
.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
-
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;
-
getMessageCase
Signals.Response.MessageCase getMessageCase()
-
-