NoUserMedia property
An error code when there is no local mic/camera to use. This may be because the hardware isn't plugged in, or the user has explicitly denied access.
Implementation
static String NoUserMedia = 'no_user_media';
An error code when there is no local mic/camera to use. This may be because the hardware isn't plugged in, or the user has explicitly denied access.
static String NoUserMedia = 'no_user_media';