-
What is the question? What are you trying to do?
Are you trying to run Stork in the emulator?
"org.webrtc.Logging: NetworkMonitorAutoDetect: Unable to obtain permission to request a cellular network." - it seems that you haven't granted application all required permissions.
-
The debugging process is like this:
But, the jingle has occurred a error on initiateSession, the response stanza such as:
8F:91:65:2D:A5:D7:7F:F5:49:88:C7:20:47:39:06:A9:20:4B:89:F8:10:5C:8D:51:4E:78:C3:7D:60:83:D5:9C8F:91:65:2D:A5:D7:7F:F5:49:88:C7:20:47:39:06:A9:20:4B:89:F8:10:5C:8D:51:4E:78:C3:7D:60:83:D5:9CThe feature is not supported yet.
-
It may happen that China block Google's stun servers - we can't help with that.
501
feature-not-implemented
error most likely comes from your other user as Jingle is inherently client-client protocol. In this case its not the Tigase that sent the error but the other client. -
I started two simulators with stork.It shouldn't have happened.
“<”iq xmlns="jabber:client" from="test1@xmpp.server" id="xWdvv29tr0gIIHIRcQJFEra" type="error" to="test2@xmpp.server/stork"> “<”jingle xmlns="urn:xmpp:jingle:1" initiator="test2@xmpp.server/stork" sid="BS3h3eICwjWj6ElT6lY3s9H" action="session-initiate"> ..........
Won't jingle XML go through tigase?
-
There are two options:
- send IQ to all connected clients which you want to ring/call
- use XEP-0353: Jingle Message Initiation (however, it's not supported by the Stork yet -- we do accept PullRequests though)
What is the relationship between the wetrtc and the jingle ?
Can I use only one of them to complete an audio and video call?
Please help me out! Thanks a lot!