disconnectRoom method

dynamic disconnectRoom()

Implementation

disconnectRoom() async {
  await EnxRtc.disconnect();

}