Skip to content

Conversation

@ghenry
Copy link
Collaborator

@ghenry ghenry commented Aug 3, 2020

Allow Contact params and extra headers to be set for SIP REGISTER. Current use case for RFC8599 Push Notification support to pass Firebase Cloud Messaging Tokens and APNs Tokens in SIP registrations. Refs #89

…act params and extra headers to be set for SIP REGISTER. Current use case for RFC8599 Push Notifcation support to pass Firebase Cloud Messaging Tokens and APNs Tokens in SIP registrations.
/// Allow extra headers and Contact Params to be sent on REGISTER
/// Mainly used for RFC8599 Support
/// https://github.com/cloudwebrtc/dart-sip-ua/issues/89
Map<String, dynamic> extraHeaders = {};
Copy link
Member

Choose a reason for hiding this comment

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

If the Settings.register_extera_headers type is List<String>, here the extraHeaders type should also be List<String>

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, spotted that after. Reason to be a list?

@ghenry
Copy link
Collaborator Author

ghenry commented Sep 14, 2020

Closing this. Not needed. Done in another PR.

@ghenry ghenry closed this Sep 14, 2020
@cloudwebrtc cloudwebrtc deleted the expose_registration_extraheaders_extraparams_in_settings branch September 23, 2020 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants