onlyExitRTCRoom method

dynamic onlyExitRTCRoom()

Implementation

onlyExitRTCRoom() async {
  await TRTC.exitRoom();
}