getCallIdEx abstract method

Future<String> getCallIdEx(
  1. RtcConnection connection
)

Gets the call ID with the connection ID.

Call this method after joining a channel. When a user joins a channel on a client, a callId is generated to identify the call from the client. You can call this method to get the callId parameter, and pass it in when calling methods such as rate and complain.

  • connection The connection information. See RtcConnection.

Returns The current call ID.

Implementation

Future<String> getCallIdEx(RtcConnection connection);