SignalServerApi class
Constructors
- SignalServerApi(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> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendAnswer(
ClientContext? ctx, SendAnswerRequest request) → Future< SendAnswerResponse> -
sendStats(
ClientContext? ctx, SendStatsRequest request) → Future< SendStatsResponse> -
setPublisher(
ClientContext? ctx, SetPublisherRequest request) → Future< SetPublisherResponse> -
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>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited