RCRTCEngine class

Constructors

RCRTCEngine()

Properties

hashCode int
The hash code for this object.
no setterinherited
onKicked ↔ (dynamic Function(String? roomId, KickedReason reason)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createVideoOutputStream(String tag) Future<RCRTCVideoOutputStream?>
createVideoRenderer() Future<int>
disposeVideoRenderer(int textureId) Future<void>
enableSpeaker(bool enableSpeaker) Future<void>
getAudioEffectManager() Future<RCRTCAudioEffectManager>
getDefaultAudioStream() Future<RCRTCMicOutputStream?>
getDefaultVideoStream() Future<RCRTCCameraOutputStream?>
getRoom() RCRTCRoom?
init(Object? config) Future<void>
joinRoom({required String roomId, required RCRTCRoomConfig roomConfig}) Future<RCRTCCodeResult<RCRTCRoom>>
leaveRoom() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerStatusReportListener(IRCRTCStatusReportListener listener) Future<void>
setMediaServerUrl(String serverUrl) Future<void>
toString() String
A string representation of this object.
inherited
unInit() Future<void>
unRegisterStatusReportListener() Future<void>

Operators

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

Static Methods

getInstance() RCRTCEngine

Constants

version → const String