getCredentials abstract method
- ChatItemId callId
Returns the ChatCallCredentials for an OngoingCall identified by the
provided callId
.
Implementation
Future<ChatCallCredentials> getCredentials(ChatItemId callId);
Returns the ChatCallCredentials for an OngoingCall identified by the
provided callId
.
Future<ChatCallCredentials> getCredentials(ChatItemId callId);