Call Quality Survey Integration

This commit is contained in:
yash-signal
2025-12-10 14:05:46 -06:00
committed by GitHub
parent 4b2f6af4ad
commit 1338eadf6f
29 changed files with 840 additions and 54 deletions

View File

@@ -3390,10 +3390,11 @@ export async function submitCallQualitySurvey(
const data = Proto.SubmitCallQualitySurveyRequest.encode(survey).finish();
await _ajax({
call: 'callQualitySurvey',
contentType: 'application/x-protobuf',
contentType: 'application/octet-stream',
data,
host: 'chatService',
httpType: 'PUT',
unauthenticated: true,
});
}