getCredentials abstract method

Future<ChatCallCredentials> getCredentials(
  1. ChatItemId callId
)

Returns the ChatCallCredentials for an OngoingCall identified by the provided callId.

Implementation

Future<ChatCallCredentials> getCredentials(ChatItemId callId);