generateCredentials abstract method

Future<ChatCallCredentials> generateCredentials(
  1. ChatId chatId
)

Generates the ChatCallCredentials for a Chat identified by the provided chatId.

These ChatCallCredentials are considered backup and should be linked to an OngoingCall by calling transferCredentials once its ChatItemId is acquired.

Implementation

Future<ChatCallCredentials> generateCredentials(ChatId chatId);