owt-client-android icon indicating copy to clipboard operation
owt-client-android copied to clipboard

Open WebRTC Toolkit client SDK for Android applications.

Results 97 owt-client-android issues
Sort by recently updated
recently updated
newest added

create two client in one device 1: user1 and user2 connect server 2: user1 and user2 addAllowRemoteId eah other 3: user1 and user2 publish camera video each other 4: user2...

test in one android device 1: user1 and user2 and connect server with video codec vp9 2: user1 publish local stream to user2 3: user2 attach remoteStream with fakeRander android...

1: one android device create two client 2: user1 and user2 connect server and allowRemoteId eachother 3: user1 and user2 send message eachother expect : user1 and user2 send success...

in sdk document i found these description: 1 Implement com.intel.webrtc.base.IcsAudioRecord.AudioFrameGeneratorInterface; 2 Call WebRtcUtils.setCustomizedAudioInput(AudioFrameGeneratorInterface) before instantiating PeerClient or ConferenceClient; however, i can't find these classes in sdk, have these been removed...

1: i can not found gendoc.sh 2: oms found in this file

1: user1(android) user2(android) connect server 2: user1 publish local stream with h264 or vp8 and resolution vga 3: user2 subscribe this forward stream with h265 expect: user2 show forward stream...

1: device1(android , js) and device2(android) connect server 2: device1 and device2 addAllowRemoteId each other 3: device1 publish local stream to device2 4: device2 publish local stream to device1 5:...

1: user1 join room 2: user2 leave room crash log java.lang.NullPointerException: Attempt to invoke virtual method 'owt.conference.Participant owt.conference.ConferenceInfo.self()' on a null object reference at owt.test.conference.util.ConferenceAction.leave(ConferenceAction.java:211)