@sendbird/calls-react-native
Preparing search index...
ParticipantProperties
Interface ParticipantProperties
interface
ParticipantProperties
{
duration
:
number
;
enteredAt
:
number
;
exitedAt
:
number
;
isAudioEnabled
:
boolean
;
isVideoEnabled
:
boolean
;
participantId
:
string
;
state
:
ParticipantState
;
updatedAt
:
number
;
user
:
User
;
}
Implemented by
Participant
Index
Properties
duration
entered
At
exited
At
is
Audio
Enabled
is
Video
Enabled
participant
Id
state
updated
At
user
Properties
duration
duration
:
number
entered
At
enteredAt
:
number
exited
At
exitedAt
:
number
is
Audio
Enabled
isAudioEnabled
:
boolean
is
Video
Enabled
isVideoEnabled
:
boolean
participant
Id
participantId
:
string
state
state
:
ParticipantState
updated
At
updatedAt
:
number
user
user
:
User
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
entered
At
exited
At
is
Audio
Enabled
is
Video
Enabled
participant
Id
state
updated
At
user
@sendbird/calls-react-native
Loading...