Search
Preparing search index...
The search index is not available
@sendbird/calls-react-native
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@sendbird/calls-react-native
NativeMediaDeviceControl
Interface NativeMediaDeviceControl
Hierarchy
NativeMediaDeviceControl
SendbirdCallsNativeSpec
Index
Methods
mute
Microphone
resume
Audio
Track
resume
Video
Capturer
select
Audio
Device
select
Video
Device
start
Video
stop
Video
switch
Camera
unmute
Microphone
Methods
mute
Microphone
mute
Microphone
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
resume
Audio
Track
resume
Audio
Track
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
platform
Android
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
resume
Video
Capturer
resume
Video
Capturer
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
platform
Android
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
select
Audio
Device
select
Audio
Device
(
type
:
ControllableModuleType
, identifier
:
string
, device
:
AudioDeviceType
)
:
Promise
<
void
>
platform
Android
Parameters
type:
ControllableModuleType
identifier:
string
device:
AudioDeviceType
Returns
Promise
<
void
>
select
Video
Device
select
Video
Device
(
type
:
ControllableModuleType
, identifier
:
string
, device
:
VideoDevice
)
:
Promise
<
void
>
Parameters
type:
ControllableModuleType
identifier:
string
device:
VideoDevice
Returns
Promise
<
void
>
start
Video
start
Video
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
stop
Video
stop
Video
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
switch
Camera
switch
Camera
(
type
:
ControllableModuleType
, identifier
:
string
)
:
Promise
<
void
>
Parameters
type:
ControllableModuleType
identifier:
string
Returns
Promise
<
void
>
unmute
Microphone
unmute
Microphone
(
type
:
ControllableModuleType
, identifier
:
string
)
:
void
Parameters
type:
ControllableModuleType
identifier:
string
Returns
void
Exports
Native
Media
Device
Control
mute
Microphone
resume
Audio
Track
resume
Video
Capturer
select
Audio
Device
select
Video
Device
start
Video
stop
Video
switch
Camera
unmute
Microphone
Generated using
TypeDoc
Android