strRoomId property

String strRoomId
getter/setter pair

描述:字符串类型的房间 ID。房间 ID 必须与 TRTCParams 中的类型一致。

注意:您不能同时使用 intRoomId 和 strRoomId。如果指定了 roomId,需要将 strRoomId 留空。如果两者都设置,只会使用 intRoomId。

取值:64 字节或更短;支持以下字符集(89 个字符):

大写和小写字母(a-z 和 A-Z)

数字(0-9)

空格,"!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", "{", "}", "|", "~", ","

Implementation

String strRoomId = "";