QuickBlox / q-municate-android

Qmunicate Android chat application
MIT License
252 stars 198 forks source link

Change the contstraints in the SDK videochat webrtc.jar #100

Closed Loborro closed 7 years ago

Loborro commented 8 years ago

How can i change the contstraints in the SDK videochat webrtc.jar, to make it customizable.

tatanka987 commented 8 years ago

hello @Loborro, please see our webRTC sample to look how to add settings to your project. There class for processing settings. There preferences.xml.

Loborro commented 8 years ago

I was triying to change the constrains in "quickblox-android-sdk-videochat-webrtc-2.2.4.jar" unsuccessfully, i need to customize the app for low bandwith,i can find the "settingsutil.java" file in the source code of qmunicate to android. I can do the change this settings from another file to the source code?? or exist a way to modify the class "QBMediaStreamManager" in the file .jar??

Loborro commented 8 years ago

There is some way that i can configure the metod getUserMedia() directly??

tatanka987 commented 8 years ago

you can use SettingsUtil.java for configure media settings, but before start call need init this settings

RomanPronin commented 7 years ago

Long time inactivity.