MillicastSDK 2.2.0
|
#include <client.h>
/ Connects and opens a websocket connection with the Millicast platform. You must set valid credentials before using this method. / - Parameters: / - completionHandler: Handler invoked when the result is ready.
/ Connects and opens a websocket connection with the Millicast platform. You must set valid credentials before using this method. / - Parameters: / - options: Connection options. / - completionHandler: Handler invoked when the result is ready.
/ Connects to the media server directly using the websocket URL and the JSON Web Token. / - Parameters: / - websocketUrl: The websocket URL returned by the Director API. / - jwt: The JSON Web Token returned by the Director API. / - completionHandler: Handler invoked when the result is ready.
/ Connects to the media server directly using the websocket URL and the JSON Web Token. / - Parameters: / - connectionOptions: Connection options. Can be used for example to disable MCConnectionOptions/autoReconnect
.