apprtcdemo Questions
2
Solved
Recently I studied webrtc in android.
I wanna click SurfaceView A to make it fullscreen and another SurfaceView B becomes small, or maybe click B. But I found it is hard to change the z-order of tw...
Adermin asked 23/5, 2016 at 7:55
6
I'm trying to redirect audio to speakers in the AppRTC iOS example.
I tried:
AVAudioSession* session = [AVAudioSession sharedInstance];
//error handling
BOOL success;
NSError* error;
//set the ...
Drusilladrusus asked 6/7, 2014 at 11:58
3
Solved
I need to use WebRTC for android to send specific cropped(face) video to the videoChannel. I was able manipulate Camera1Session class of WebRTC to get the face cropped. Right now I am setting it to...
Hanahanae asked 17/7, 2017 at 23:37
3
I'm using APPRTCdemo app on android. I'm trying to make it play the sound coming from the other peer as loud as the volume is set in the Android settings. So if the user muted the device, the audio...
Hemisphere asked 27/7, 2015 at 19:48
1
Solved
I am currently trying to make some modifications to the incoming WebRTC video stream in the AppRTC app for iOS in Swift (which in turn is based on this Objective-C version). To do so, I need access...
Woden asked 24/8, 2016 at 23:35
1
Solved
I am implementing WebRTC natively into Android. I was able to compile and run the code as described here http://www.webrtc.org/native-code/android, but I ran into an issue where apprtc.appspot.com ...
Ascending asked 6/1, 2015 at 4:46
1
I am developing a chat application and done with it. Now I want to implement video chat also.
After research a lot I decided to go with "WebRTC" library.
What I have done?
1) Able to run AppRtcDe...
Dionne asked 13/1, 2014 at 6:37
1
© 2022 - 2024 — McMap. All rights reserved.