Delegate ChatRoomListener.OnFullStateReceivedDelegate
Callback used to notify that the full state of the chatroom has been received.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnFullStateReceivedDelegate(ChatRoom chatRoom);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatRoom | chatRoom | Linphone.ChatRoom object |