transferCredentials abstract method

Future<void> transferCredentials(
  1. ChatId chatId,
  2. ChatItemId callId
)

Copies the ChatCallCredentials from the provided Chat and links them to the specified OngoingCall.

Implementation

Future<void> transferCredentials(ChatId chatId, ChatItemId callId);