VIEditConversation typedef
VIEditConversation =
void Function(VIConversationEvent conversationEvent)
Signature for callbacks reporting that the conversation properties were modified as the result of:
- VIMessenger.joinConversation
- VIMessenger.leaveConversation
- VIConversation.update
- VIConversation.addParticipants
- VIConversation.removeParticipants
- VIConversation.editParticipants
- or analogous methods from other Voximplant SDKs and Messaging API
Used in VIMessenger.
It provides a VIConversationEvent instance
conversationEvent
- VIConversationEvent object with conversation data and service information
Implementation
typedef void VIEditConversation(VIConversationEvent conversationEvent);