CallSurveyFeature interface

Feature for ACS Live Streaming

Extends

Inherited Properties

name

The feature name.

Methods

submitSurvey(CallSurvey, SubmitSurveyOptions)

Send the end of call survey

Inherited Methods

dispose()

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallFeature.name

Method Details

submitSurvey(CallSurvey, SubmitSurveyOptions)

Send the end of call survey

function submitSurvey(survey: CallSurvey, options?: SubmitSurveyOptions): Promise<CallSurveyResponse>

Parameters

survey
CallSurvey

survey data

options
SubmitSurveyOptions

optional call survey options

Returns

Inherited Method Details

dispose()

function dispose()

Inherited From CallFeature.dispose