strRoomId property
getter/setter pair
- Field description: string-type room ID. Users (userId) in the same room can see one another and make audio/video calls.
- Recommended value: the length limit is 64 bytes. The following 89 characters are supported: letters (a–z and A–Z), digits (0–9), space, "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", "{", "}", "|", "~", and ",".
- Either
roomId
orstrRoomId
must be entered. If you decide to usestrRoomId
, thenroomId
should be entered as 0. If both are entered,roomId
will prevail. Please note that when the samesdkAppId
is used for interconnection, please be sure to use the same room ID type to avoid affecting the interconnection.
Implementation
String strRoomId;