NoUserMedia property

String NoUserMedia
getter/setter pair

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';