getCallIdEx abstract method

Future<String> getCallIdEx(
  1. RtcConnection connection
)

使用连接 ID 获取通话 ID。

客户端在每次加入频道后会生成一个对应的 callId ,标识该客户端的此次通话。你可以调用该方法获取 callId 参数,然后在调用 rate 、 complain 等方法时填入。

  • connection Connection 信息。详见 RtcConnection 。

Implementation

Future<String> getCallIdEx(RtcConnection connection);