getMeetingState

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
}

Return

the current MeetingState