Set current camera device by its index
Future<void> setVideoDevice(int? index) async{ return _video.set(index, SiprixVoipSdk().setVideoDevice); }