Hello !
I would like to use your plugin with connectyCube whose link https://developers.connectycube.com/js/videocalling?id=get-started-with-sdk for video calls, but here I am stuck with a problem that I have would like to know how to send <message to = "..." type = "headline" id = "..."> <extraParams xmlns = "jabber: client"> <moduleIdentifier> WebRTCVideoChat </moduleIdentifier> <signalType> call </signalType> <sessionID> ... </sessionID> <callType> ... </callType> <sdp> ... </sdp> <platform> ... </platform> <callerID> ... </callerID> <opponentsIDs> <opponentID> ... </opponentID> <opponentID> ... </opponentID> ... </opponentsIDs> <userInfo> ... </userInfo> </extraParams> </message> `` these kinds of give to initiate a call, in short add data to be used with connectyCube.
Thank you
- iOS/Android/Both
- iOS/Android versions
- emulator or device. What type of device?
Please, provide the following version numbers that your issue occurs with:
- CLI: (run
tns --version to fetch it)
- Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.json file in your project)
- Runtime(s): (look for the
"tns-android" and "tns-ios" properties in the package.json file of your project)
- Plugin(s): (look for the version numbers in the
package.json file of your
project and paste your dependencies and devDependencies here)
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Is there any code involved?
- provide a code example to recreate the problem
- (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
Hello !
I would like to use your plugin with connectyCube whose link https://developers.connectycube.com/js/videocalling?id=get-started-with-sdk for video calls, but here I am stuck with a problem that I have would like to know how to send
<message to = "..." type = "headline" id = "..."> <extraParams xmlns = "jabber: client"> <moduleIdentifier> WebRTCVideoChat </moduleIdentifier> <signalType> call </signalType> <sessionID> ... </sessionID> <callType> ... </callType> <sdp> ... </sdp> <platform> ... </platform> <callerID> ... </callerID> <opponentsIDs> <opponentID> ... </opponentID> <opponentID> ... </opponentID> ... </opponentsIDs> <userInfo> ... </userInfo> </extraParams> </message>`` these kinds of give to initiate a call, in short add data to be used with connectyCube.Thank you
Please, provide the following version numbers that your issue occurs with:
tns --versionto fetch it)node_modules/tns-core-modules/package.jsonfile in your project)"tns-android"and"tns-ios"properties in thepackage.jsonfile of your project)package.jsonfile of yourproject and paste your dependencies and devDependencies here)
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Is there any code involved?