getCallId abstract method

Future<String> getCallId()

Retrieves the call 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 the callId parameter, and pass it in when calling methods such as rate and complain. Call this method after joining a channel.

Returns The current call ID.

Implementation

Future<String> getCallId();