CallAnswerParameters
The parameters can be passed as arguments to the Call.answer method.
Props
conferenceCall
conferenceCall: false
| undefined
| true
Optional. Whether the call is coming from a conference. The default value is false.
disableExtPlayoutDelay
disableExtPlayoutDelay: false
| undefined
| true
Optional. Whether to disable the RTP header extension to control playout delay if provided.
disableExtVideoOffset
disableExtVideoOffset: false
| undefined
| true
Optional. Whether to disable the RTP header extension for transmission offset if provided.
disableExtVideoOrientation
disableExtVideoOrientation: false
| undefined
| true
Optional. Whether to disable the RTP header extension for video orientation, 3gpp:video-orientation, if provided. Browsers that do not support that extension display the video correctly, however, the battery consumption is higher.
disableExtVideoTiming
disableExtVideoTiming: false
| undefined
| true
Optional. Whether to disable the RTP header extension for video timing if provided.
displayName
displayName: string
| undefined
Optional. Name of the caller that is displayed to the user. Normally it is a human-readable version of CallerID, e.g. a person's name.
maxVideoBitrate
maxVideoBitrate: number
| undefined
Optional. Sets the maximum possible video bitrate for the customer device in kbps.
scheme
scheme: {[id: string]: any}
| undefined
Optional. Internal information about codecs from the AppEvents.CallAlerting event.