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

chrome share application,share Microsoft PowerPoint ,Android subscription PPT sharing stream after the screen is still, but sharing other applications is only a serious delay。 browser:chrome 76.0.3809.132 phone: huawei mate20

1: android and ios join room 2: ios publish localstream with h264 and resolution (640,480) 3: android subscribe ios remote forward stream with h264 expect : android show ios stream...

conference

1: huawei Mate20 and Vivo x1816A connect p2p server with video codec h264 2: vivo create local stream with resolution 720p or 1080p 3: huawei and vivo addAllowedRemoteId each other...

Currently, the Android SDK will crash if the phone wan's in white list. e.g bug https://github.com/open-webrtc-toolkit/owt-client-android/issues/147 HUAWEI(GRA-UL00) pub or sub with h264 lead crash We should avoid this crash for...

1: android join room 2: android publish localStream 3: close android wifi expect : android client want trigger publication.ended , publication.error, remoteStream.ended, onServerDisconect event actual: android client not trigger :...

1: android join room 2: android publish localStream to mcu 3: android subscribe self forward stream 4: close server side network expect: android side want to trigger remoteStream.ended, publication.ended, publication.error,...

1 : android join room 2: android publish localstream 3: android subscribe self remoteStream 4: call Drop participant rest api to delete android participant id expect: publication.ended , subscription.ended ,...

mcu not support h265 codec 1: android join room 2: android publish local stream 3: android subscribe remoteStream with h265 expect : android subscribe failed actual: android app crash log:...

conference

Steps: 1. Using Chrome browser to publish simulcast stream , stream resolution is 640x360, codec is vp8 option is publishOptions = { audio : true, video : [ {codecPayloadType:125,rid: 'h',...

conference

1: android join room 2: publish localstream with video codec h264 and maxBitrate 1000: VideoEncodingParameters h264 = new VideoEncodingParameters(new VideoCodecParameters( H264),1000); VideoEncodingParameters vp8 = new VideoEncodingParameters(new VideoCodecParameters( VP8),1500); options =...