strRoomId property
getter/setter pair
- Description: String-type room ID. The room ID must be of the same type as that in TRTCParams.
- Note: You cannot use both
intRoomId
andstrRoomId
. If you specifyroomId
, you need to leavestrRoomId
empty. If you set both, onlyintRoomId
will be used. - Value: 64 bytes or shorter; supports the following character set (89 characters):
- Uppercase and lowercase letters (a-z and A-Z)
- Numbers (0-9)
- Space, "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", "{", "}", "|", "~", and ",".
Implementation
String strRoomId;