getVideoDevice method

Future<MediaDevice?> getVideoDevice(
  1. int index
)

Get camera details by its index

Implementation

Future<MediaDevice?> getVideoDevice(int index) async {
  return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetVideo);
}