addVideo

abstract fun addVideo(call: WebRTCCall?, front: Boolean): Boolean

this method is used to add video when the call is only in audio mode

Return

status if the video is runned or not

Parameters

call

: WebRTCCall the call to add video

front

boolean to choose front facing camera or not