You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to trigger VOIP notification and as per the PubNub documentation here, we should be able to set push_type but in code there is no such support. The solution is to add push_type header in PubNubPushConfig struct in PubNub sdk
The text was updated successfully, but these errors were encountered:
I am trying to trigger VOIP notification and as per the PubNub documentation here, we should be able to set
push_type
but in code there is no such support. The solution is to addpush_type
header inPubNubPushConfig
struct in PubNub sdkThe text was updated successfully, but these errors were encountered: