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

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.

Results 138 owt-client-native issues
Sort by recently updated
recently updated
newest added

Hi Is there anyway to lock the video orientation to landscape or portrait on the stream? I tried to use `endGeneratingDeviceOrientationNotifications ` to stop sending the rotation notification, but the...

Hi, Have this issue while building the iOS project. FYI, ObjC is also added to the Linker flags. It happens when I use OWTConferenceClientDelegate in the project. I even added...

We want to use it on the hololens2 platform, thank you

Hi all, my client app is working on Windows. I can successfully publish a single stream by calling ConferenceClient::publish(...), and I wonder how to publish simulcast stream? Just calling ConferenceClient::publish(...)...

windows

After "gclient sync", I run this command "gn gen --ide=vs out/Default", and all.sln was created successfully but when i compile all.sln in VS2017/2019,Encountered the same problem。 Question 1: unknown argument...

windows

I want to use it on the hololens2 platform, thank you

windows

I am on Windows10 and I am not sure is owt being successfully compiled. I use the following argguments: `python build-win.py --sdk --gn_gen --arch x64 --ssl_root "C:\Program Files\OpenSSL-Win64" --msdk_root "C:\Program...

windows

latest ios demo and native compiled framework by myself. Undefined symbols for architecture arm64: "_SSL_ctrl", referenced from: asio::ssl::detail::engine::engine(ssl_ctx_st*) in arm64_libsioclient_tls.a(sio_client_impl.cpp.o) websocketpp::transport::asio::tls_socket::connection::pre_init(std::__1::function) in arm64_libsioclient_tls.a(sio_client_impl.cpp.o) "_SSL_CTX_ctrl", referenced from: asio::ssl::context::context(asio::ssl::context_base::method) in arm64_libsioclient_tls.a(sio_client_impl.cpp.o) "_CONF_modules_unload",...

iOS

iOS platform。when update to the latest version 5.3,this func cannot be called when other user leave the room (void)participantDidLeave:(OWTConferenceParticipant*)participant

iOS

With the original iOS OWT.framework & WebRTC.framework & libsioclient_tls_no_verification.a in CS_WebRTC_Client_SDK_iOS.v4.2, I could join meeting successfully. Then I checked out latest code from master (https://github.com/open-webrtc-toolkit/owt-client-native), built out new iOS OWT.framework...

question