AngularJS V4 SDK Troubleshooting Guide

Troubleshooting

HOW TO ENABLE LOGGING

Set logVerbosity to true on initialization.


var pubnub = new PubNub({
    subscribeKey: "mySubscribeKey",
    publishKey: "myPublishKey",
    cipherKey: "myCipherKey",
    authKey: "myAuthKey",
    logVerbosity: true,
    uuid: "myUniqueUUID",
    ssl: true,
    presenceTimeout: 130,
})

Send Your Feedback