CallOptions
Configuration options for creating a call.
Extends
Properties
callId
Pre-assigned call ID (used for reattach).
displayDirection
Direction hint for display purposes.
from
Address URI of the caller.
fromName
Display name of the caller.
initOffer
SDP offer for inbound calls.
nodeId
Optional. Hint to the cluster about which node should host this call. Used by reattach to pin to the original node; on fresh dials acts as a steering preference (the server may ignore for placement reasons). Leave undefined for normal load-balanced placement.
preferredAudioCodecs
Preferred audio codecs for this call (overrides global preferences).
preferredVideoCodecs
Preferred video codecs for this call (overrides global preferences).
reattach
Whether this call is being reattached after reconnect.
stereo
Enable stereo Opus for this call (overrides global preferences).
to
Destination URI.
toName
Display name of the callee.
userVariables
Custom user variables sent with the call invite.
Inherited from MediaOptions
audio
Enable audio input. Defaults to true when not specified.
inputAudioDeviceConstraints
Custom constraints for the audio input track. See MediaTrackConstraints.
inputAudioStream
Pre-existing audio stream to use instead of getUserMedia. See MediaStream.
inputVideoDeviceConstraints
Custom constraints for the video input track. See MediaTrackConstraints.
inputVideoStream
Pre-existing video stream to use instead of getUserMedia. See MediaStream.
receiveAudio
Whether to receive remote audio.
receiveVideo
Whether to receive remote video.
video
Enable video input. Defaults to false when not specified.