TRTCParams class

房间入口参数

作为 TRTC SDK 的房间入口参数,只有正确设置这些参数,用户才能成功进入由 roomId 指定的音/视频房间。

Constructors

TRTCParams({int sdkAppId = 0, String userId = "", String userSig = "", int roomId = 0, String strRoomId = "", int role = TRTCCloudDef.TRTCRoleAnchor, String streamId = "", String userDefineRecordId = "", String privateMapKey = "", String businessInfo = ""})

Properties

businessInfo String
字段说明:业务数据,可选。此字段仅适用于一些不常见的特殊要求。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privateMapKey String
字段说明:房间签名,可选。如果您希望仅允许指定 userIds 的用户进入房间,则需要使用 privateMapKey 来限制权限。
getter/setter pair
role int
字段说明:直播场景下的角色。SDK 根据此参数判断用户是主播还是观众用户。在直播场景下此参数必填,在通话场景下可选。
getter/setter pair
roomId int
字段说明:房间 ID,必填项。同一房间的用户(userId)可以看到彼此并进行视频通话。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkAppId int
字段说明:应用 ID,必填项。腾讯视频云会根据 sdkAppId 生成账单。
getter/setter pair
streamId String
字段说明:绑定腾讯云 CSS CDN 流 ID,可选。设置此字段后,您可以通过标准直播方案(FLV 或 HLS)在腾讯云直播 CDN 上回放用户的音视频流。
getter/setter pair
strRoomId String
字符串类型的房间 ID。同一房间的用户(userId)可以看到彼此并进行视频通话。
getter/setter pair
userDefineRecordId String
字段说明:云端录制开关,用于指定是否将用户的音视频流录制到云端的指定格式的文件中。
getter/setter pair
userId String
字段说明:用户 ID,必填项。它是本地用户的 userId,作为用户名。
getter/setter pair
userSig String
字段说明:用户签名,必填项。它是当前 userId 对应的认证签名,作为腾讯云服务的登录密码。
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
将当前对象转换为 JSON 格式。
toString() String
A string representation of this object.
inherited

Operators

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