Public Member Functions | |
| Linphone.ChatParams | Clone () |
Properties | |
| Linphone.ChatRoomBackend | Backend [get, set] |
| Linphone.ChatRoomEncryptionBackend | EncryptionBackend [get, set] |
| bool | EncryptionEnabled [get] |
| int | EphemeralLifetime [get, set] |
| Linphone.ChatRoomEphemeralMode | EphemeralMode [get, set] |
| bool | RttEnabled [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object defining settings strictly associated with Linphone.ChatRoom objects such as ephemeral settings and backends.
It is automatically created when you enable chat capabilities in the Linphone.ConferenceParams. If the Linphone.ChatRoom backend is Linphone.ChatRoomBackend.Basic, then no other parameter is required, but Linphone.ChatMessage sent and received won't benefit from all features a Linphone.ChatRoomBackend.FlexisipChat can offer like conversation with multiple participants and a subject, end-to-end encryption, ephemeral messages, etc... but this type is the only one that can interoperate with other SIP clients or with non-flexisip SIP proxies.
|
inline |
Clone a Linphone.ChatParams.
|
getset |
Get the backend implementation of the text capabilities of the chat associated with the given parameters.
|
getset |
Get the encryption implementation of the text capabilities of the chat associated with the given parameters.
|
get |
Get the encryption status of the text capabilities of the chat associated with the given parameters.
|
getset |
Get lifetime (in seconds) for all new ephemeral messages in the text capabilities of the chat.
After the message is read, it will be deleted after "time" seconds.
See : linphone_chat_params_ephemeral_enabled()
|
getset |
Get the ephemeral message mode of the text capabilities of the chat associated with the given parameters.
|
getset |
Get the real time text status of the text capabilities of the chat associated with the given parameters.