stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.errors
/
MicrophoneException
Microphone
Exception
class
MicrophoneException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Exception
Triggered if for whatever reason we fail to access the microphone
Members
Constructors
Microphone
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?