disablePushNotification

fun disablePushNotification(sipUserName: String?, loginToken: String?, fcmToken: String)

Disables push notifications for current user

Takes :

Parameters

sipUserName

: sip username of the current user or

loginToken

: fcm token of the device

fcmToken

: fcm token of the device NB : Push Notifications are enabled by default after login

returns : {"jsonrpc":"2.0","id":"","result":{"message":"disable push notification success"}}