moveCredentials abstract method
- ChatItemId callId,
- ChatItemId newCallId,
- ChatId chatId,
- ChatId newChatId,
Moves the ChatCallCredentials from the callId
to the newCallId
.
Implementation
Future<void> moveCredentials(
ChatItemId callId,
ChatItemId newCallId,
ChatId chatId,
ChatId newChatId,
);