get Meeting State
This method can be used to get the current state of the meeting.
Code Example:
val state = meeting.getMeetingState()
if (state == MeetingState.CONNECTED) {
// Meeting is active
}
Content copied to clipboard
Return
the current MeetingState