ParticipantStat

Below, you can find the details of the ParticipantStat object

Parameter
Type
Description

session_name

string

Session's name

attendance_code

string

Participant's attendance code

username

string

Participant's username

email

string

Participant's email

user_id

string

Participant's user_id

duration_live

int

Participant's attendance time

duration_active

int

Participant's time in an active session duration

duration_passive

int

Participant's time in an passive session duration

duration_replay

int

Participant's time spent in replay of the session

duration_interrupt

int

first_attempt_live

DateTimeOffset

Date of first attempt to connect to the session

last_attempt_live

DateTimeOffset

Date of last attempt to connect to the session

first_attempt_replay

DateTimeOffset

Date of first attempt to watch the replay of the session

last_attempt_replay

DateTimeOffset

Date of last attempt to watch the replay of the session

last_exit_live

DateTimeOffset

Date of the last attempt of exit the session

replay_count

int

Count of times the participant watched the replay of the session

cam_duration

int

Duration of participant's active camera in seconds

cam_count

int

Count of participant's camera

mic_duration

int

Duration of participant's active microphone in seconds

mic_count

int

Count of participant's microphone

screen_share_duration

int

Duration of participant's active screen share in seconds

screen_share_count

int

Count of participant's screen share

chat_message_count

int

Count of participant's chat messages

user_mode

string

Participant's role in the session

creation_date

DateTimeOffset

Participant stat's creation date

updating_date

DateTimeOffset

Participant stat's last updating date

total_attendance_score

string

Attendance score of the participant

engagement_score

int

Engagement score of the participant

Last updated

Was this helpful?