CallSurveyResponse interface
Represents the end of call survey response.
- Extends
Properties
call |
Uniquely identify the call being served |
id | Uniquely identify the call survey |
local |
The participant submitting the survey |
Inherited Properties
audio |
Audio rating with optional audio issues |
overall |
Overall call rating with optional overall issues |
screenshare |
Screenshare rating with optional screenshare issues |
video |
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