VIEditConversation
typedef void
 VIEditConversation( conversationEvent)Signature for callbacks reporting that the conversation properties have been 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
Parameters
conversationEvent:
VIConversationEvent object with conversation data and service information
Returns
type:
void