In order to connect the Android version of 'SkyWay Multiparty' to the JavaScript version, set the locationHost and locationPath variables as follows in the iOS code.
Example:
- Web application URL: http://localhost:8080/examples/multiparty-sample.html
- locationHost : "localhost:8080"
- locationPath : "/examples/multiparty-sample.html"
MultiPartyOptions options = new MultiPartyOptions();
options.key = "SkyWay APIKEY";
options.domain = "localhost";
options.locationHost = "localhost:8080";
options.locationPath = "/examples/multiparty-sample.html";
options.room = roomId;
options.debug = MultiPartyOptions.DebugLevelEnum.ALL_LOGS;
Comments
0 comments
Article is closed for comments.