GRPCWebSignal class

Inheritance

Constructors

GRPCWebSignal(String _uri, {List<int>? certificates, String? authority, String? password})

Properties

hashCode int
The hash code for this object.
no setterinherited
onclose OnCloseCallback?
getter/setter pairinherited
onnegotiate OnNegotiateCallback?
getter/setter pairinherited
onready OnReadyCallback?
getter/setter pairinherited
ontrickle OnTrickleCallback?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

answer(RTCSessionDescription answer) → void
override
close() → void
override
connect() Future<void>
override
join(String sid, String uid, RTCSessionDescription offer) Future<RTCSessionDescription>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offer(RTCSessionDescription offer) Future<RTCSessionDescription>
override
toString() String
A string representation of this object.
inherited
trickle(Trickle trickle) → void
override

Operators

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