-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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 --versionto fetch it) - Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.jsonfile in your project) - Runtime(s): (look for the
"tns-android"and"tns-ios"properties in thepackage.jsonfile of your project) - Plugin(s): (look for the version numbers in the
package.jsonfile 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.