strRoomId property Null safety

String strRoomId
read / write

Field description: string-type room ID, which is optional. Users in the same room can see one another and make video calls.

Note: either roomId or strRoomId must be entered. If both are entered, roomId will prevail.

Implementation

String strRoomId;