destroyRoom method

Future<void> destroyRoom()

Implementation

Future<void> destroyRoom() async{
  await EnxRtc.destroy();
}