Properties | |
| Linphone.ChatRoomBackend | Backend [get, set] |
| Linphone.ChatRoomEncryptionBackend | EncryptionBackend [get, set] |
| bool | EncryptionEnabled [get, set] |
| int | EphemeralLifetime [get, set] |
| Linphone.ChatRoomEphemeralMode | EphemeralMode [get, set] |
| bool | GroupEnabled [get, set] |
| bool | IsValid [get] |
| bool | RttEnabled [get, set] |
| string | Subject [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 parameters for a Linphone.ChatRoom.
Can be created with Linphone.Core.CreateDefaultChatRoomParams(). You can use Linphone.ChatRoomParams.IsValid() to check if your configuration is valid or not. 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.
|
getset |
Get the backend implementation of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ChatParams.Backend instead.
|
getset |
Get the encryption implementation of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ChatParams.EncryptionBackend instead.
|
getset |
Get the encryption status of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ChatParams.EncryptionEnabled() instead.
|
getset |
Get lifetime (in seconds) for all new ephemeral messages in the chat room.
After the message is read, it will be deleted after "time" seconds.
See : linphone_chat_room_params_ephemeral_enabled()
Deprecated : 20/05/2024. Use Linphone.ChatParams.EphemeralLifetime instead.
|
getset |
Get the ephemeral message mode of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ChatParams.EphemeralMode instead.
|
getset |
Get the group chat status of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ConferenceParams.GroupEnabled() instead.
|
get |
Returns whether the given parameters are valid or not.
Deprecated : 20/05/2024. Use Linphone.ConferenceParams.IsValid() instead.
|
getset |
Get the real time text status of the chat room associated with the given parameters.
Deprecated : 20/05/2024. Use Linphone.ChatParams.RttEnabled() instead.
|
getset |
Get the subject of the chat room.
Deprecated : 20/05/2024. Use Linphone.ConferenceParams.Subject instead.