getVideoDevice method
Get camera details by its index
Implementation
Future<MediaDevice?> getVideoDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetVideo);
}
Get camera details by its index
Future<MediaDevice?> getVideoDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetVideo);
}