roomID property

String roomID
final

The ID of the audio chat room. This ID serves as a unique identifier for the room, so you need to ensure its uniqueness. It can be any valid string. Users who enter the same roomID will be logged into the same room to chat or listen to others.

Implementation

final String roomID;