menu
pjsip_connect_flutter package
documentation
pjsip_connect.dart
PjsipConnectFlutter
getVideoDevices method
getVideoDevices method
dark_mode
light_mode
getVideoDevices
method
Future
<
int
?
>
getVideoDevices
(
)
Get number of camera devices
Implementation
Future<int?> getVideoDevices() { return _platform.getVideoDevices(); }
pjsip_connect_flutter package
documentation
pjsip_connect
PjsipConnectFlutter
getVideoDevices method
PjsipConnectFlutter class