RCRTCLiveInfo class

Constructors

RCRTCLiveInfo.fromJSON(dynamic info)

Properties

hashCode int
The hash code for this object.
no setterinherited
liveUrl String
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

Methods

addPublishStreamUrl(String url) Future<RCRTCCodeResult<List<String>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePublishStreamUrl(String url) Future<RCRTCCodeResult<List<String>>>
setMixConfig(RCRTCMixConfig config) Future<int>
toString() String
A string representation of this object.
inherited

Operators

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