Harsh Surati
Harsh Surati
``` let clientID = "CocoaMQTT-test-“ + String(ProcessInfo().processIdentifier) let mqtt = CocoaMQTT(clientID: clientID, host: defaultHost, port: 1883) mqtt!.username = "user1" mqtt!.password = "password1" mqtt!.allowUntrustCACertificate = true mqtt!.willMessage = CocoaMQTTWill(topic: "/will", message:...
how to change the time zone? right now, I'm passing refdate as my local time so in some scenarios it is showing right and some it shows according to different...
Need api to enable logging. I believe there are some handler which we need to conform for logs but couldn't find it. Please share the details.
Currently the load function only supports the RCP capabilities so this PR contains one more load function which takes peerConnectionOptions (Ice server list) and a transport relay policy (Bool) same...
PS - Tried almost everything. Checked discourse group as well. Case - First time everything works fine, able to leave the call as well BUT when trying to join again...
This library is supported from iOS 14 but there is no component used inside library related to the same. Please just update the version to 12.0 from 14.0. We have...
This observation has been present since day 1 of integrating the library, but our focus was primarily on the integration itself, and therefore, we used Wi-Fi to ensure functionality. However,...