Skip to content

Conversation

@furmur
Copy link
Contributor

@furmur furmur commented Feb 7, 2024

  • allows to change uri configuration parameter for UA without instance reload
  • allows to set UA dynamic parameters from SIPUAHelper

useful to set From header display name and URI parts before the call.
example:

sip_ua_helper = SIPUAHelper(); ... sip_ua_helper.setUAParam('display_name','test'); sip_ua_helper.setUAParam('uri', URI('sip','42','domain.invalid')); sip_ua_helper.call(target); 
Copy link
Member

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@cloudwebrtc cloudwebrtc merged commit b0525de into flutter-webrtc:main Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants