exitRoom method

void exitRoom()

Implementation

void exitRoom() {
  _trtcFFIBindings.exit_room(_trtcsharedInstanceNativePointer);
}