StartRecordingOptions interface
開始錄製的選項。
- Extends
屬性
| audio |
將音訊通道指派給未分身錄音參與者的循序順序。
當 『recordingChannelType』 設定為 「未分集」且未指定 |
| call |
呼叫 connectionId。 (僅使用 callLocator 或 callConnectionId 中的一個) |
| call |
呼叫定位器。 (僅使用 callLocator 或 callConnectionId 中的一個) |
| channel |
通話錄製的通道親和性 當 'recordingChannelType' 設定為 '未明確'時,如果未指定 channelAffinity,則會自動指派 'channel'。 您可以在錄製的元數據中找到 Channel-Participant 對應詳細數據。 |
| pause |
在開始通話錄製選項上暫停。 |
| recording |
通話錄製的通道類型。 |
| recording |
通話錄製的內容類型。 |
| recording |
通話錄製的格式類型。 |
| recording |
要傳送通知的 URL。 |
| recording |
錄製儲存選項。 |
繼承的屬性
| abort |
可用來中止要求的訊號。 |
| on |
每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。 |
| request |
建立和傳送此作業之 HTTP 要求時所使用的選項。 |
| serializer |
覆寫串行化/取消串行化行為的選項。 |
| tracing |
啟用追蹤時所使用的選項。 |
屬性詳細資料
audioChannelParticipantOrdering
將音訊通道指派給未分身錄音參與者的循序順序。
當 『recordingChannelType』 設定為 「未分集」且未指定 audioChannelParticipantOrdering 時,系統會根據偵測到參與者第一個音訊的順序自動指派參與者對應音訊通道。 您可以在錄製的元數據中找到參與者對應詳細數據的通道。
audioChannelParticipantOrdering?: CommunicationIdentifier[]
屬性值
callConnectionId
呼叫 connectionId。 (僅使用 callLocator 或 callConnectionId 中的一個)
callConnectionId?: string
屬性值
string
callLocator
channelAffinity
通話錄製的通道親和性 當 'recordingChannelType' 設定為 '未明確'時,如果未指定 channelAffinity,則會自動指派 'channel'。 您可以在錄製的元數據中找到 Channel-Participant 對應詳細數據。
channelAffinity?: ChannelAffinity[]
屬性值
pauseOnStart
在開始通話錄製選項上暫停。
pauseOnStart?: boolean
屬性值
boolean
recordingChannel
recordingContent
recordingFormat
recordingStateCallbackEndpointUrl
要傳送通知的 URL。
recordingStateCallbackEndpointUrl?: string
屬性值
string
recordingStorage
繼承的屬性詳細資料
abortSignal
onResponse
每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。
onResponse?: RawResponseCallback
屬性值
繼承自 OperationOptions.onResponse
requestOptions
建立和傳送此作業之 HTTP 要求時所使用的選項。
requestOptions?: OperationRequestOptions
屬性值
繼承自 OperationOptions.requestOptions
serializerOptions
覆寫串行化/取消串行化行為的選項。
serializerOptions?: SerializerOptions
屬性值
繼承自 OperationOptions.serializerOptions
tracingOptions
啟用追蹤時所使用的選項。
tracingOptions?: OperationTracingOptions
屬性值
繼承自 OperationOptions.tracingOptions