getChatRoomId()
Get the chat room id
caution
join() must be called before calling this method
Returns the chat room id (a string) for the current meeting, or an empty string when the room has chat disabled.
JavaScript
const chatRoomId = meeting.getChatRoomId();