getCallIdEx abstract method

Future<String> getCallIdEx(
  1. RtcConnection connection
)

Gets the call ID with the connection ID.

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 callId, 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);