CreateCallOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for the Create Call Request.
public class CreateCallOptions
type CreateCallOptions = class
Public Class CreateCallOptions
- Inheritance
-
CreateCallOptions
Constructors
| Name | Description |
|---|---|
| CreateCallOptions(CallInvite, Uri) |
Creates a new CreateCallOptions object. |
Properties
| Name | Description |
|---|---|
| CallbackUri |
The callback Uri. |
| CallIntelligenceOptions |
AI options for the call such as endpoint URI of the Azure Cognitive Services resource |
| CallInvite |
Call invitee information. |
| IsLoopbackAudioEnabled |
Enables loopback audio functionality for the call. |
| MediaStreamingOptions |
Media Streaming Configuration. |
| OperationContext |
The Operation context. |
| TeamsAppSource |
Overrides default client source by a MicrosoftTeamsAppIdentifier type source. Required for creating call with Teams resource account ID. This is per-operation setting and does not change the client's default source. |
| TranscriptionOptions |
Live Transcription Configuration. |