SignalServerApi class

Constructors

SignalServerApi.new(RpcClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

iceRestart(ClientContext? ctx, ICERestartRequest request) Future<ICERestartResponse>
iceTrickle(ClientContext? ctx, ICETrickle request) Future<ICETrickleResponse>
SendICECandidate sends an ICE candidate to the client
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAnswer(ClientContext? ctx, SendAnswerRequest request) Future<SendAnswerResponse>
answer is sent by the client to the SFU after receiving a subscriber_offer.
sendStats(ClientContext? ctx, SendStatsRequest request) Future<SendStatsResponse>
setPublisher(ClientContext? ctx, SetPublisherRequest request) Future<SetPublisherResponse>
SetPublisher sends the WebRTC offer for the peer connection used to publish A/V
startNoiseCancellation(ClientContext? ctx, StartNoiseCancellationRequest request) Future<StartNoiseCancellationResponse>
stopNoiseCancellation(ClientContext? ctx, StopNoiseCancellationRequest request) Future<StopNoiseCancellationResponse>
toString() String
A string representation of this object.
inherited
updateMuteStates(ClientContext? ctx, UpdateMuteStatesRequest request) Future<UpdateMuteStatesResponse>
updateSubscriptions(ClientContext? ctx, UpdateSubscriptionsRequest request) Future<UpdateSubscriptionsResponse>
UpdateSubscribers is used to notify the SFU about the list of video subscriptions TODO: sync subscriptions based on this + update tracks using the dimension info sent by the user

Operators

operator ==(Object other) bool
The equality operator.
inherited