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. Some methods, such as rate and complain , must be called after the call ends to submit feedback to the SDK. These methods require the callId parameter. Call this method after joining a channel.

return The current call ID.

Implementation

Future<String?> getCallId();