@sendbird/calls-react-native
Preparing search index...
DirectCallLog
Interface DirectCallLog
interface
DirectCallLog
{
callee
:
DirectCallUser
|
null
;
caller
:
DirectCallUser
|
null
;
callId
:
string
;
customItems
:
Record
<
string
,
string
>
;
duration
:
number
;
endedAt
:
number
;
endedBy
:
DirectCallUser
|
null
;
endResult
:
DirectCallEndResult
;
isFromServer
:
boolean
;
isVideoCall
:
boolean
;
myRole
:
DirectCallUserRole
;
startedAt
:
number
;
}
Index
Properties
callee
caller
call
Id
custom
Items
duration
ended
At
ended
By
end
Result
is
From
Server
is
Video
Call
my
Role
started
At
Properties
callee
callee
:
DirectCallUser
|
null
caller
caller
:
DirectCallUser
|
null
call
Id
callId
:
string
custom
Items
customItems
:
Record
<
string
,
string
>
duration
duration
:
number
ended
At
endedAt
:
number
ended
By
endedBy
:
DirectCallUser
|
null
end
Result
endResult
:
DirectCallEndResult
is
From
Server
isFromServer
:
boolean
is
Video
Call
isVideoCall
:
boolean
my
Role
myRole
:
DirectCallUserRole
started
At
startedAt
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callee
caller
call
Id
custom
Items
duration
ended
At
ended
By
end
Result
is
From
Server
is
Video
Call
my
Role
started
At
@sendbird/calls-react-native
Loading...