Hi, everyone
I am new here.
I had trying to using janusclientapi in android.
And I got some problem, can you tell me where should I go?
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
Here are my parameters what I send to Janus server.
body.put("request", "start");
body.put("type", "rtp");
// body.put("description", "testRTP");
body.put("video", true);
body.put("audio", true);
body.put("videopt", 100);
body.put("audiopt", 111);
body.put("audiortpmap", "opus/48000/2");
body.put("videortpmap", "VP8/90000");
body.put("videoport", 5006);
body.put("audioport", 5004);
When I do
Creating new session: 6394124031750775
Creating new handle in session 6394124031750775: 8623344747351038
[8623344747351038] Creating ICE agent (ICE Full mode, controlling)
[WARN] [8623344747351038] Hashing algorithm not the one we expected (sha-1 instead of sha-256), but that's ok
[WARN] [8623344747351038] Missing valid SRTP session (packet arrived too early?), skipping...
[8623344747351038] The DTLS handshake has been completed
WebRTC media is now available
And then I got nothing in local demo page.Like this
Youteng