Suhas Shelar
Suhas Shelar
You can change it using these properties: Positive depths: shadowLightColor/shadowDarkColor Negative depths: shadowLightColorEmboss/shadowDarkColorEmboss You can set them in your theme to be applied throughout the app.
I am facing the same problem. The video gets recorded properly but there is no sound. Have you found the solution for it ? If yes, then please share.
mSession = SessionBuilder.getInstance() .setContext(getApplicationContext()) .setAudioEncoder(SessionBuilder.AUDIO_AAC) .setAudioQuality(new AudioQuality(8000,16000)) .setVideoEncoder(SessionBuilder.VIDEO_H264) .setSurfaceView(mSurfaceView) .setPreviewOrientation(0) .setCallback(this) .build(); I still didn't get the audio on this stream