Hi,
Sorry for my english in advance, if someone doesn't understand don't hesitate to tell me.
Here my little problem :
A part of my project consist to record an AudioVideoCall when one of my ApplicationEndpoints is part of a Audio/Video conversation between two participants. A participant can start, pause, resume and stop recording the media by sending a tag like "@record".
This part works fine.
I would like, when the AudioVideoCall is accepted by the ApplicationEndpoint, that this Endpoint sends an InstantMessage to the participants to tell them that they can now record the media.
But to send an InstantMessage I have to accept the InstantMessagingCall, exept that I can't because I have already accepted an AudioVideoCall.
Is there a way to send InstantMessages by an ApplicationEndpoint when an AudioVideoCall is established ?
Thanks for the future answers.