communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
23 lines • 582 B
TypeScript
/**
* Represents the improvement suggestion part of call survey
* @public
*/
export interface CallSurveyImprovementSuggestions {
/**
* Improvement suggestions for overall call
*/
overallRating?: string;
/**
* Improvement suggestions for audio experience
*/
audioRating?: string;
/**
* Improvement suggestions for video experience
*/
videoRating?: string;
/**
* Improvement suggestions for screenshare experience
*/
screenshareRating?: string;
}
//# sourceMappingURL=CallSurveyImprovementSuggestions.d.ts.map