|
| Linphone.AccountManagerServicesRequest | CreateDeleteDeviceRequest (Linphone.Address sipIdentity, Linphone.AccountDevice device) |
| |
| Linphone.AccountManagerServicesRequest | CreateGetAccountCreationRequestTokenRequest () |
| |
| Linphone.AccountManagerServicesRequest | CreateGetAccountCreationTokenFromRequestTokenRequest (string requestToken) |
| |
| Linphone.AccountManagerServicesRequest | CreateGetDevicesListRequest (Linphone.Address sipIdentity) |
| |
| Linphone.AccountManagerServicesRequest | CreateLinkEmailToAccountUsingCodeRequest (Linphone.Address sipIdentity, string code) |
| |
| Linphone.AccountManagerServicesRequest | CreateLinkPhoneNumberToAccountUsingCodeRequest (Linphone.Address sipIdentity, string code) |
| |
| Linphone.AccountManagerServicesRequest | CreateNewAccountUsingTokenRequest (string username, string password, string algorithm, string token) |
| |
| Linphone.AccountManagerServicesRequest | CreateSendAccountCreationTokenByPushRequest (string pnProvider, string pnParam, string pnPrid) |
| |
| Linphone.AccountManagerServicesRequest | CreateSendAccountRecoveryTokenByPushRequest (string pnProvider, string pnParam, string pnPrid) |
| |
| Linphone.AccountManagerServicesRequest | CreateSendEmailLinkingCodeByEmailRequest (Linphone.Address sipIdentity, string emailAddress) |
| |
| Linphone.AccountManagerServicesRequest | CreateSendPhoneNumberLinkingCodeBySmsRequest (Linphone.Address sipIdentity, string phoneNumber) |
| |
|
|
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) |
| |
Creates and manage SIP user accounts remotely, using the REST API of the Flexisip Account Manager.
See : https://gitlab.linphone.org/BC/public/flexisip-account-manager
Requests the list of devices currently known.
- Parameters
-
| sipIdentity | the SIP identity URI that identifies your account for which you want the devices list. |
- Returns
- the Linphone.AccountManagerServicesRequest request object.
Requests a push notification to be sent to device, containing a valid account recovery token.
Provider, param & prid can be obtained from Linphone.Core.PushNotificationConfig, but on iOS may need some modifications (depending on debug mode for example). Once the token is obtained, you can use it to open the recovery webpage on the flexisip account manager at https://account_manager.domain.tld/recovery/phone/<recovery token>?phone=<phone number> Provider, param & prid can be obtained from Linphone.Core.PushNotificationConfig, but on iOS may need some modifications (depending on debug mode for example). Once the token is obtained, you can use it to open the recovery webpage on the flexisip account manager at https://account_manager.domain.tld/recovery/phone/<recovery token>?phone=<phone number>
- Parameters
-
| pnProvider | The provider, for example "apns.dev". |
| pnParam | The parameters, for example "ABCD1234.org.linphone.phone.remote". |
| pnPrid | The prid, also known as push token. |
- Returns
- the Linphone.AccountManagerServicesRequest request object.
| string Linphone.AccountManagerServices.Language |
|
getset |
Gets the configurer preferred language, if set.
- Returns
- the language previously set, if any (otherwise null).
The documentation for this class was generated from the following file: