Skip to content

Generate a new sip instance UUID if we detect that we are using a different device (IOS only for now)

Add 'getCurrentDeviceIdentifier' function to platform helpers, which returns a string to save as a misc / device_unique_identifier key in the linphone config. This key will be used to detect if the configuration is being loaded on a different device, and generate a new sip instance when that is the case. IOS impl only in this commit.

Merge request reports