The SDK now sends attachCalls rtc message when a PN is received
Push Notifications now sends rtc_ip and rtc_port in meta data. This is used to setup TxPushIPConfig which directs rtc messages to the required instance the PN was initiated.
Update 0.1.8 will now require the TxServerConfiguration(..) param for processVoIPNotification(..) method
:older_man: :baby: Behaviors
Before changes
PN Calls were not sending the INVITE message
After changes
PN Calls work, and INVITE message is received
TODO
Login param attach_call should later be removed and a version param sent instead
✋ Manual testing
User Login - :white_check_mark:
Call is in Foreground - :white_check_mark:
Call is In Background (Answer Push Notifications) - :white_check_mark:
WEBRTC-25284 - Ticket iOS SDK Answering from Push Notification Issue
rtc_ip
andrtc_port
in meta data. This is used to setupTxPushIPConfig
which directs rtc messages to the required instance the PN was initiated.0.1.8
will now require theTxServerConfiguration(..)
param forprocessVoIPNotification(..)
method:older_man: :baby: Behaviors
Before changes
After changes
TODO
attach_call
should later be removed and a version param sent instead✋ Manual testing