共用方式為


StartRecordingOptions interface

開始錄製的選項。

Extends

屬性

audioChannelParticipantOrdering

將音訊通道指派給未分身錄音參與者的循序順序。 當 『recordingChannelType』 設定為 「未分集」且未指定 audioChannelParticipantOrdering 時,系統會根據偵測到參與者第一個音訊的順序自動指派參與者對應音訊通道。 您可以在錄製的元數據中找到參與者對應詳細數據的通道。

callConnectionId

呼叫 connectionId。 (僅使用 callLocator 或 callConnectionId 中的一個)

callLocator

呼叫定位器。 (僅使用 callLocator 或 callConnectionId 中的一個)

channelAffinity

通話錄製的通道親和性 當 'recordingChannelType' 設定為 '未明確'時,如果未指定 channelAffinity,則會自動指派 'channel'。 您可以在錄製的元數據中找到 Channel-Participant 對應詳細數據。

pauseOnStart

在開始通話錄製選項上暫停。

recordingChannel

通話錄製的通道類型。

recordingContent

通話錄製的內容類型。

recordingFormat

通話錄製的格式類型。

recordingStateCallbackEndpointUrl

要傳送通知的 URL。

recordingStorage

錄製儲存選項。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫串行化/取消串行化行為的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

audioChannelParticipantOrdering

將音訊通道指派給未分身錄音參與者的循序順序。 當 『recordingChannelType』 設定為 「未分集」且未指定 audioChannelParticipantOrdering 時,系統會根據偵測到參與者第一個音訊的順序自動指派參與者對應音訊通道。 您可以在錄製的元數據中找到參與者對應詳細數據的通道。

audioChannelParticipantOrdering?: CommunicationIdentifier[]

屬性值

callConnectionId

呼叫 connectionId。 (僅使用 callLocator 或 callConnectionId 中的一個)

callConnectionId?: string

屬性值

string

callLocator

呼叫定位器。 (僅使用 callLocator 或 callConnectionId 中的一個)

callLocator?: CallLocator

屬性值

channelAffinity

通話錄製的通道親和性 當 'recordingChannelType' 設定為 '未明確'時,如果未指定 channelAffinity,則會自動指派 'channel'。 您可以在錄製的元數據中找到 Channel-Participant 對應詳細數據。

channelAffinity?: ChannelAffinity[]

屬性值

pauseOnStart

在開始通話錄製選項上暫停。

pauseOnStart?: boolean

屬性值

boolean

recordingChannel

通話錄製的通道類型。

recordingChannel?: RecordingChannel

屬性值

recordingContent

通話錄製的內容類型。

recordingContent?: RecordingContent

屬性值

recordingFormat

通話錄製的格式類型。

recordingFormat?: RecordingFormat

屬性值

recordingStateCallbackEndpointUrl

要傳送通知的 URL。

recordingStateCallbackEndpointUrl?: string

屬性值

string

recordingStorage

錄製儲存選項。

recordingStorage?: RecordingStorage

屬性值

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

繼承自 OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

繼承自 OperationOptions.requestOptions

serializerOptions

覆寫串行化/取消串行化行為的選項。

serializerOptions?: SerializerOptions

屬性值

繼承自 OperationOptions.serializerOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自 OperationOptions.tracingOptions