removeCredentials abstract method
- ChatId chatId,
- ChatItemId callId
Removes the ChatCallCredentials of an OngoingCall identified by the
provided chatId
and callId
.
Implementation
Future<void> removeCredentials(ChatId chatId, ChatItemId callId);
Removes the ChatCallCredentials of an OngoingCall identified by the
provided chatId
and callId
.
Future<void> removeCredentials(ChatId chatId, ChatItemId callId);