owt-client-native
owt-client-native copied to clipboard
Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
Hello Team, With in the application using RPScreenRecorder, we are getting CMSampleBuffer. we are converting it to RTCVideoFrame and publishing to room successfully. While doing same functionality with BroadCast Upload...
This issue was originally reported by @kirankumar-ravuri. Steps to reproduce in IOS sample app - Switch on LTE, join the call - During the call, switch off LTE and switch...
I want to generate AAR file for android app, please help me how to generate using this repo.
current logic and invoted like this step1, ConfercneceClient->Join( roomA); The room Info of A will be save in current_conference_info_ step2, ConferenceClient->Leave( ); current_conference_info_ is not clean step3, ConferenceClient->Join(roomB); The room...
  After using owt to establish a p2p connection and publish the screen stream, the console reports an error. The owt version is 4.3.1 debug mode, 32-bit and 64-bit...
Hi, we are integrating a feature which has real time video streaming by using WebRTC and we are using RTCEAGLVideoView for remote video view showing live view. We have a...
报个bug,p2p连接模式下,网页端频繁的和Windows端重连,几十次后会连不上。 
iPad上4.3.1版本的js SDK订阅4.3.1版本Windows SDK推的流,streamadded事件不会执行。换成4.2就可以。 4.3.1版本的js SDK在Android、PC、mac上可以订阅到流。