removeCredentials abstract method

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

Removes the ChatCallCredentials of an OngoingCall identified by the provided chatId and callId.

Implementation

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