transferCredentials abstract method
- ChatId chatId,
- ChatItemId callId
Copies the ChatCallCredentials from the provided Chat and links them to the specified OngoingCall.
Implementation
Future<void> transferCredentials(ChatId chatId, ChatItemId callId);