WebRTC class
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
-
accept(String sessionId, {Map<String, Object>? userInfo})
→ Future<QBRTCSession?>
-
-
call(List<int> opponentsIds, int sessionType, {Map<String, Object>? userInfo})
→ Future<QBRTCSession?>
-
-
enableAudio(String sessionId, {bool? enable, double? userId})
→ Future<void>
-
-
enableVideo(String sessionId, {bool? enable, double? userId})
→ Future<void>
-
-
getSession(String sessionId)
→ Future<QBRTCSession?>
-
-
hangUp(String sessionId, {Map<String, Object>? userInfo})
→ Future<QBRTCSession?>
-
-
init()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reject(String sessionId, {Map<String, Object>? userInfo})
→ Future<QBRTCSession?>
-
-
release()
→ Future<void>
-
-
subscribeRTCEvent(String eventName, dynamic eventMethod, {dynamic onErrorMethod})
→ Future<StreamSubscription>
-
-
switchAudioOutput(int output)
→ Future<void>
-
-
switchCamera(String sessionId)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited