linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Turn off/on my front camera during a call


From: Benoit Jouanigo
Subject: [Linphone-developers] Turn off/on my front camera during a call
Date: Tue, 30 Jun 2015 17:27:30 +0200

Hi,

I need your help for something. During a call I would like disable/enable my 
front camera. 

I saw two way:
The first one:

LinphoneCallParams params = lCall.getCurrentParamsCopy();
params.setVideoEnabled(false);
mLc.updateCall(lCall, params);

=> But this way disable video stream on both directions.

The second one:
mLc.enableVideo(false, true)

=> But I can’t use this method during a call.

Do you know how can I do that?

Thank you


reply via email to

[Prev in Thread] Current Thread [Next in Thread]