RCRTCLocalUser class

Inheritance

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
methodChannel MethodChannel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAttributes(List<String> keys, MessageContent message) Future<int>
getAttributes(List<String> keys) Future<Map<String, String>?>
getStreams() Future<List<RCRTCOutputStream>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishDefaultLiveStreams(void onSuccess(RCRTCLiveInfo liveInfo), void onError(int code, String? message)) Future<void>
publishDefaultStreams() Future<int>
publishLiveStream(RCRTCOutputStream stream, void onSuccess(RCRTCLiveInfo liveInfo), void onError(int code, String? message)) → void
publishStream(RCRTCOutputStream? stream) Future<int>
publishStreams(List<RCRTCOutputStream> streams) Future<int>
setAttributeValue(String key, String value, MessageContent message) Future<int>
subscribeStream(RCRTCInputStream stream) Future<int>
subscribeStreams(List<RCRTCInputStream> streams, {bool tiny = false}) Future<int>
toString() String
A string representation of this object.
inherited
unPublishDefaultStreams() Future<void>
unPublishStream(RCRTCOutputStream? stream) Future<int>
unPublishStreams(List<RCRTCOutputStream> streams) Future<int>
unsubscribeStream(RCRTCInputStream stream) Future<int>
unsubscribeStreams(List<RCRTCInputStream> streamList) Future<int>

Operators

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