CallSurveyResponse interface

Represents the end of call survey response.

Extends

Properties

callId

Uniquely identify the call being served

id

Uniquely identify the call survey

localParticipantId

The participant submitting the survey

Inherited Properties

audioRating

Audio rating with optional audio issues

overallRating

Overall call rating with optional overall issues

screenshareRating

Screenshare rating with optional screenshare issues

videoRating

Video rating with optional video issues

Property Details

callId

Uniquely identify the call being served

callId: string

Property Value

string

id

Uniquely identify the call survey

id: string

Property Value

string

localParticipantId

The participant submitting the survey

localParticipantId: string

Property Value

string

Inherited Property Details

audioRating

Audio rating with optional audio issues

audioRating?: CallRating<AudioIssue>

Property Value

Inherited From CallSurvey.audioRating

overallRating

Overall call rating with optional overall issues

overallRating?: CallRating<OverallIssue>

Property Value

Inherited From CallSurvey.overallRating

screenshareRating

Screenshare rating with optional screenshare issues

screenshareRating?: CallRating<ScreenshareIssue>

Property Value

Inherited From CallSurvey.screenshareRating

videoRating

Video rating with optional video issues

videoRating?: CallRating<VideoIssue>

Property Value

Inherited From CallSurvey.videoRating