disconnectRoom method

Future<void> disconnectRoom()

Implementation

Future<void> disconnectRoom() async{
  await EnxRtc.disconnect();
}