TencentRtcVideoViewController class
视图控制器
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startLocalPreview(
{required bool frontCamera}) → dynamic -
开启本地视频采集
frontCamera
是否是前置摄像头 -
startRemoteSubStreamView(
{required String userId}) → dynamic -
开启远端辅流显示
userId
用户ID -
startRemoteView(
{required String userId}) → dynamic -
开启远程显示
userId
用户ID -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited