CallManagerVideo extension
- on
Methods
-
applyCameraInput(
{required String input}) → Future< void> -
Available on CallManager, provided by the CallManagerVideo extension
-
getAvailableCameraInput(
) → List< String> -
Available on CallManager, provided by the CallManagerVideo extension
-
getCurrentCameraInput(
) → String -
Available on CallManager, provided by the CallManagerVideo extension
-
isBackCamera(
) → bool -
Available on CallManager, provided by the CallManagerVideo extension
-
isCameraOn(
) → bool -
Available on CallManager, provided by the CallManagerVideo extension
-
isFrontCamera(
) → bool -
Available on CallManager, provided by the CallManagerVideo extension
-
sendMuteVideo(
{required bool isMuted}) → void -
Available on CallManager, provided by the CallManagerVideo extension
-
switchCamera(
) → void -
Available on CallManager, provided by the CallManagerVideo extension
-
switchToBackCamera(
) → void -
Available on CallManager, provided by the CallManagerVideo extension
-
switchToFrontCamera(
) → void -
Available on CallManager, provided by the CallManagerVideo extension
-
turnCameraOff(
) → void -
Available on CallManager, provided by the CallManagerVideo extension
-
turnCameraOn(
{bool? isFront}) → void -
Available on CallManager, provided by the CallManagerVideo extension