SignalServerProtobufClient class

Implemented types

Constructors

SignalServerProtobufClient(String baseUrl, String prefix, {ClientHooks? hooks, Interceptor? interceptor})

Properties

baseUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hooks ↔ ClientHooks
getter/setter pair
interceptor ↔ Interceptor
getter/setter pair
prefix String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callIceRestart(Context ctx, ICERestartRequest req) Future<ICERestartResponse>
callIceTrickle(Context ctx, ICETrickle req) Future<ICETrickleResponse>
callSendAnswer(Context ctx, SendAnswerRequest req) Future<SendAnswerResponse>
callSendStats(Context ctx, SendStatsRequest req) Future<SendStatsResponse>
callSetPublisher(Context ctx, SetPublisherRequest req) Future<SetPublisherResponse>
callStartNoiseCancellation(Context ctx, StartNoiseCancellationRequest req) Future<StartNoiseCancellationResponse>
callStopNoiseCancellation(Context ctx, StopNoiseCancellationRequest req) Future<StopNoiseCancellationResponse>
callUpdateMuteStates(Context ctx, UpdateMuteStatesRequest req) Future<UpdateMuteStatesResponse>
callUpdateSubscriptions(Context ctx, UpdateSubscriptionsRequest req) Future<UpdateSubscriptionsResponse>
iceRestart(Context ctx, ICERestartRequest req) Future<ICERestartResponse>
override
iceTrickle(Context ctx, ICETrickle req) Future<ICETrickleResponse>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAnswer(Context ctx, SendAnswerRequest req) Future<SendAnswerResponse>
override
sendStats(Context ctx, SendStatsRequest req) Future<SendStatsResponse>
override
setPublisher(Context ctx, SetPublisherRequest req) Future<SetPublisherResponse>
override
startNoiseCancellation(Context ctx, StartNoiseCancellationRequest req) Future<StartNoiseCancellationResponse>
override
stopNoiseCancellation(Context ctx, StopNoiseCancellationRequest req) Future<StopNoiseCancellationResponse>
override
toString() String
A string representation of this object.
inherited
updateMuteStates(Context ctx, UpdateMuteStatesRequest req) Future<UpdateMuteStatesResponse>
override
updateSubscriptions(Context ctx, UpdateSubscriptionsRequest req) Future<UpdateSubscriptionsResponse>
override

Operators

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