connectOtherRoom static method

dynamic connectOtherRoom({
  1. required String param,
})

请求跨房通话(主播 PK) param JSON 字符串连麦参数,roomId 代表目标房间号,userId 代表目标用户 ID。

Implementation

static connectOtherRoom({required String param}) =>
    _channel.invokeMethod('connectOtherRoom', {'param': param});