connectOtherRoom method
Implementation
void connectOtherRoom(String param) {
ffi.Pointer<ffi.Char> paramN = param.toNativeUtf8().cast<ffi.Char>();
_trtcFFIBindings.connect_other_room(_trtcsharedInstanceNativePointer, paramN);
calloc.free(paramN);
}