API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

is there any posible way to hide a spesic button while sharing screen

Open EworkitSrl opened this issue 2 years ago • 4 comments

EworkitSrl avatar Nov 10 '21 08:11 EworkitSrl

do you mean the replay kit dialog for iOS?

yoreland avatar Nov 11 '21 02:11 yoreland

no . i i am a android application developer and i use android studio. i have a requirement to hide a button while screen sharing . but i don't know it is possibile or not

EworkitSrl avatar Nov 12 '21 16:11 EworkitSrl

So seems the button exist on your app but you want to hide it during streaming, right? It sounds something like watermark. You could check the current screenScreening example, then you may need to use openCV to add water mark before push to Agora SDK

yoreland avatar Dec 14 '21 14:12 yoreland

@yoreland I have use agora sdk with uvc camer library in android studio and successfully renderind the video . But there is a problem that while streaming video from uvc camera audio get from mobile microphone. sop i read the agora documenttation and i apply the agora external audio source.

mRtcEngine.setExternalAudioSource(true, 44100, 1);

                        mRtcEngine.pushExternalAudioFrame(data, length);

But i didn't streaming audio . i can only hear a noice like tiktik tik tik . so do you have any idea about this ?

bandrarom avatar Dec 22 '21 08:12 bandrarom