AcceptCallOptions interface

Options for accepting an incoming call. Pass video streams that will be used to accept an incoming call. If videoOptions is undefined, then the incoming call will be accepted with local video off. If AudioOptions is undefined, then the incoming call will be accepted with default microphone as source from device manager.

Properties

audioOptions
videoOptions

Property Details

audioOptions

audioOptions?: AudioOptions

Property Value

videoOptions

videoOptions?: VideoOptions

Property Value