Delegate CoreListener.OnMessageReceivedUnableDecryptDelegate
Chat message not decrypted callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageReceivedUnableDecryptDelegate(Core core, ChatRoom chatRoom, ChatMessage message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| ChatRoom | chatRoom | Linphone.ChatRoom involved in this conversation. Can be be created by the framework in case the from-URI is not present in any chat room. |
| ChatMessage | message | Linphone.ChatMessage incoming message |