RCRTCRoom class

Constructors

RCRTCRoom.fromJson(Map<String, dynamic> jsonObj)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
localUser RCRTCLocalUser
final
onPublishLiveStreams ↔ (dynamic Function(List<RCRTCInputStream> streamList)?)
getter/setter pair
onReceiveMessage ↔ (dynamic Function(Message message)?)
getter/setter pair
onRemoteUserDisableCamera ↔ (dynamic Function(RCRTCRemoteUser remoteUser, RCRTCInputStream stream, bool disable)?)
getter/setter pair
onRemoteUserDisableMicrophone ↔ (dynamic Function(RCRTCRemoteUser remoteUser, RCRTCInputStream stream, bool disable)?)
getter/setter pair
onRemoteUserJoined ↔ (dynamic Function(RCRTCRemoteUser remoteUser)?)
getter/setter pair
onRemoteUserLeft ↔ (dynamic Function(RCRTCRemoteUser remoteUser)?)
getter/setter pair
onRemoteUserOffline ↔ (dynamic Function(RCRTCRemoteUser remoteUser)?)
getter/setter pair
onRemoteUserPublishResource ↔ (dynamic Function(RCRTCRemoteUser remoteUser, List<RCRTCInputStream> streamList)?)
getter/setter pair
onRemoteUserUnPublishResource ↔ (dynamic Function(RCRTCRemoteUser remoteUser, List<RCRTCInputStream> streamList)?)
getter/setter pair
onUnPublishLiveStreams ↔ (dynamic Function(List<RCRTCInputStream> streamList)?)
getter/setter pair
remoteUserList List<RCRTCRemoteUser>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteRoomAttributes(List<String> keys, MessageContent message) Future<int>
getLiveStreams() Future<List<RCRTCInputStream>>
getRoomAttributes(List<String> keys) Future<Map<String, String>?>
getSessionId() Future<String?>
methodCallHandler(MethodCall call) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage(MessageContent message, void onSuccess(int id), void onError(int id, int code)) Future<void>
setRoomAttributeValue(String key, String value, MessageContent message) Future<int>
toString() String
A string representation of this object.
inherited

Operators

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