@sendbird/calls-react-native
Preparing search index...
NativeDirectCallModule
Interface NativeDirectCallModule
interface
NativeDirectCallModule
{
accept
(
callId
:
string
,
options
:
CallOptions
,
holdActiveCall
:
boolean
,
)
:
Promise
<
void
>
;
directCallDeleteAllCustomItems
(
callId
:
string
,
)
:
Promise
<
CustomItemUpdateResult
>
;
directCallDeleteCustomItems
(
callId
:
string
,
customItemKeys
:
string
[]
,
)
:
Promise
<
CustomItemUpdateResult
>
;
directCallUpdateCustomItems
(
callId
:
string
,
customItems
:
Record
<
string
,
string
>
,
)
:
Promise
<
CustomItemUpdateResult
>
;
end
(
callId
:
string
)
:
Promise
<
void
>
;
updateLocalVideoView
(
callId
:
string
,
videoViewId
:
number
)
:
void
;
updateRemoteVideoView
(
callId
:
string
,
videoViewId
:
number
)
:
void
;
}
Hierarchy (
View Summary
)
NativeDirectCallModule
SendbirdCallsNativeSpec
Index
Methods
accept
direct
Call
Delete
All
Custom
Items
direct
Call
Delete
Custom
Items
direct
Call
Update
Custom
Items
end
update
Local
Video
View
update
Remote
Video
View
Methods
accept
accept
(
callId
:
string
,
options
:
CallOptions
,
holdActiveCall
:
boolean
,
)
:
Promise
<
void
>
Parameters
callId
:
string
options
:
CallOptions
holdActiveCall
:
boolean
Returns
Promise
<
void
>
direct
Call
Delete
All
Custom
Items
directCallDeleteAllCustomItems
(
callId
:
string
)
:
Promise
<
CustomItemUpdateResult
>
Parameters
callId
:
string
Returns
Promise
<
CustomItemUpdateResult
>
direct
Call
Delete
Custom
Items
directCallDeleteCustomItems
(
callId
:
string
,
customItemKeys
:
string
[]
,
)
:
Promise
<
CustomItemUpdateResult
>
Parameters
callId
:
string
customItemKeys
:
string
[]
Returns
Promise
<
CustomItemUpdateResult
>
direct
Call
Update
Custom
Items
directCallUpdateCustomItems
(
callId
:
string
,
customItems
:
Record
<
string
,
string
>
,
)
:
Promise
<
CustomItemUpdateResult
>
Parameters
callId
:
string
customItems
:
Record
<
string
,
string
>
Returns
Promise
<
CustomItemUpdateResult
>
end
end
(
callId
:
string
)
:
Promise
<
void
>
Parameters
callId
:
string
Returns
Promise
<
void
>
update
Local
Video
View
updateLocalVideoView
(
callId
:
string
,
videoViewId
:
number
)
:
void
Parameters
callId
:
string
videoViewId
:
number
Returns
void
update
Remote
Video
View
updateRemoteVideoView
(
callId
:
string
,
videoViewId
:
number
)
:
void
Parameters
callId
:
string
videoViewId
:
number
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
accept
direct
Call
Delete
All
Custom
Items
direct
Call
Delete
Custom
Items
direct
Call
Update
Custom
Items
end
update
Local
Video
View
update
Remote
Video
View
@sendbird/calls-react-native
Loading...