setVideoCaptureCamera

open fun setVideoCaptureCamera(@NonNull camera: STWCamera): Boolean

Call this method to change the active camera Note : use this method for call type that support use of camera : - Video call : [STWVCallType.STWVCallLiveVideoCallType] - Live streaming : [STWVCallType.STWVCallLiveStreamCallType]

Return

true if changes are made successfully, false otherwise.

Parameters

camera

[STWCamera] the camera to be active