共用方式為


StartCallOptions interface

啟動撥出通話的選項。

Extends

屬性

alternateCallerId

E.164 格式的電話號碼,用來代表來電者身分識別。  例如,使用alternateCallerId以使用 PSTN 新增參與者,此號碼將作為 PSTN 通話中的來電者識別碼。

customContext

新增自訂內容的選項。

threadId

如果使用者的類型為 MicrosoftTeamsUserIdentifier,則需要線程標識碼。

繼承的屬性

audioOptions
videoOptions

屬性詳細資料

alternateCallerId

E.164 格式的電話號碼,用來代表來電者身分識別。  例如,使用alternateCallerId以使用 PSTN 新增參與者,此號碼將作為 PSTN 通話中的來電者識別碼。

alternateCallerId?: PhoneNumberIdentifier

屬性值

customContext

新增自訂內容的選項。

customContext?: CustomContext

屬性值

threadId

注意

此 API 處於搶鮮版 (Beta) 階段,供開發人員預覽,而且可能會根據收到的意見反應而變更。 請勿將此 API 用於生產環境。

如果使用者的類型為 MicrosoftTeamsUserIdentifier,則需要線程標識碼。

threadId?: string

屬性值

string

繼承的屬性詳細資料

audioOptions

audioOptions?: AudioOptions

屬性值

繼承自JoinCallOptions.audioOptions

videoOptions

videoOptions?: VideoOptions

屬性值

繼承自JoinCallOptions.videoOptions