VideoFlags
Video direction settings for Client.call() and Call.answer()
Props
receiveVideo
receiveVideo: boolean
Set to true if you want to receive video from remote participant. It's false by default. If it's false and an incoming call sends a video stream, the call will provide only an audio stream.
sendVideo
sendVideo: boolean
Set to true if you want to send video to the remote participant. It's false by default.