SignalServer class abstract

Implementers

Constructors

SignalServer()

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(Context ctx, ICERestartRequest req) Future<ICERestartResponse>
iceTrickle(Context ctx, ICETrickle req) Future<ICETrickleResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAnswer(Context ctx, SendAnswerRequest req) Future<SendAnswerResponse>
sendStats(Context ctx, SendStatsRequest req) Future<SendStatsResponse>
setPublisher(Context ctx, SetPublisherRequest req) Future<SetPublisherResponse>
startNoiseCancellation(Context ctx, StartNoiseCancellationRequest req) Future<StartNoiseCancellationResponse>
stopNoiseCancellation(Context ctx, StopNoiseCancellationRequest req) Future<StopNoiseCancellationResponse>
toString() String
A string representation of this object.
inherited
updateMuteStates(Context ctx, UpdateMuteStatesRequest req) Future<UpdateMuteStatesResponse>
updateSubscriptions(Context ctx, UpdateSubscriptionsRequest req) Future<UpdateSubscriptionsResponse>

Operators

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