ACSCallingCommunicationErrors 枚举
声明
typedef enum ACSCallingCommunicationErrors : NSInteger { ... } ACSCallingCommunicationErrors;
说明
Azure 通信服务的其他失败状态
值
“属性” | 值 | 说明 | 备注 |
---|---|---|---|
ACSCallingCommunicationErrorsNone |
0 | 无错误 | |
ACSCallingCommunicationErrorsNoAudioPermission |
1 | 没有可用的音频权限。 | |
ACSCallingCommunicationErrorsNoVideoPermission |
2 | 没有可用的视频权限。 | |
ACSCallingCommunicationErrorsNoAudioAndVideoPermission |
3 | 没有可用的视频和音频权限。 | |
ACSCallingCommunicationErrorsReceivedInvalidPushNotificationPayload |
4 | 无法处理推送通知有效负载。 | |
ACSCallingCommunicationErrorsFailedToProcessPushNotificationPayload |
8 | 收到空/无效的通知有效负载。 | |
ACSCallingCommunicationErrorsInvalidGuidGroupId |
16 | 收到的组 ID 无效。 | |
ACSCallingCommunicationErrorsInvalidPushNotificationDeviceRegistrationToken |
32 | 推送通知设备注册令牌无效。 | |
ACSCallingCommunicationErrorsMultipleRenderersNotSupported |
64 | 无法为同一设备或流创建多个呈现。 | |
ACSCallingCommunicationErrorsMultipleViewsNotSupported |
128 | 呈现器不支持创建多个视图。 | |
ACSCallingCommunicationErrorsInvalidLocalVideoStreamForVideoOptions |
256 | 视频选项上的本地视频流无效。 | |
ACSCallingCommunicationErrorsNoMultipleConnectionsWithSameIdentity |
512 | 不允许对每个应用使用同一标识的多个连接。 | |
ACSCallingCommunicationErrorsInvalidServerCallId |
1024 | 服务器调用 ID 无效,因为它为空或具有无效值。 | |
ACSCallingCommunicationErrorsLocalVideoStreamSwitchSourceFailure |
2048 | 在本地视频流上切换源时失败。 | |
ACSCallingCommunicationErrorsIncomingCallAlreadyUnplaced |
4096 | 尝试接听已取消放置的传入呼叫。 | |
ACSCallingCommunicationErrorsInvalidMeetingLink |
16384 | 提供的会议链接无效。 | |
ACSCallingCommunicationErrorsParticipantAddedToUnconnectedCall |
32768 | 尝试将参与者添加到未连接的呼叫。 | |
ACSCallingCommunicationErrorsParticipantAlreadyAddedToCall |
65536 | 参与者已添加到通话中。 | |
ACSCallingCommunicationErrorsCallFeatureExtensionNotFound |
131072 | 找不到呼叫功能扩展。 | |
ACSCallingCommunicationErrorsDisplayNameLengthLongerThanSupported |
8388608 | 用户显示名称长于支持的长度。 | |
ACSCallingCommunicationErrorsFailedToHangupForEveryone |
16777216 | 无法为非无主机呼叫中的每个人挂断电话 | |
ACSCallingCommunicationErrorsNoMultipleConnectionsWithDifferentClouds |
33554432 | 不允许对每个应用使用不同云类型的多个连接。 | |
ACSCallingCommunicationErrorsDuplicateDeviceId |
262144 | Virtual 尝试注册已注册的设备 ID。 | |
ACSCallingCommunicationErrorsVirtualDeviceNotStarted |
1048576 | 虚拟设备未启动。 | |
ACSCallingCommunicationErrorsInvalidVideoStreamCombination |
4194304 | 提供的视频流组合无效。 | |
ACSCallingCommunicationErrorsInvalidVideoFormat |
257 | 视频格式设置无效 | |
ACSCallingCommunicationErrorsInvalidBuffer |
258 | 缓冲区与视频格式集不匹配,或包含有效数据 | |
ACSCallingCommunicationErrorsRawVideoFrameNotSent |
259 | 发送视频帧时出现问题 | |
ACSCallingCommunicationErrorsUnsupportedVideoStreamResolution |
260 | 所选视频分辨率对虚拟视频无效 | |
ACSCallingCommunicationErrorsFeatureExtensionNotFound |
67108864 | 找不到功能扩展。 | |
ACSCallingCommunicationErrorsVideoEffectNotSupported |
134217728 | 设备不支持视频效果 | |
ACSCallingCommunicationErrorsFailedToSendRawAudioBuffer |
5 | 发送原始音频缓冲区失败 | |
ACSCallingCommunicationErrorsCannotMuteVirtualAudioStream |
6 | 无法将虚拟音频流静音 | |
ACSCallingCommunicationErrorsCaptionsFailedToStart |
261 | 启动字幕失败 | |
ACSCallingCommunicationErrorsCaptionsDisabledByConfigurations |
262 | 启动字幕失败,配置禁用字幕 | |
ACSCallingCommunicationErrorsCaptionsPolicyDisabled |
263 | 启动字幕失败,字幕策略已禁用 | |
ACSCallingCommunicationErrorsCaptionsNotActive |
264 | 字幕未处于活动状态 | |
ACSCallingCommunicationErrorsCaptionsRequestedLanguageNotSupported |
265 | 不支持请求的语言 | |
ACSCallingCommunicationErrorsFailedToSetCaptionLanguage |
266 | 设置描述文字语言失败 | |
ACSCallingCommunicationErrorsSetCaptionLanguageDisabled |
267 | 设置描述文字语言已禁用 | |
ACSCallingCommunicationErrorsSetCaptionLanguageTeamsPremiumLicenseNeeded |
268 | 设置描述文字语言失败,需要 Teams 高级许可证 | |
ACSCallingCommunicationErrorsCaptionsFailedToSetSpokenLanguage |
269 | 未能设置口语 | |
ACSCallingCommunicationErrorsCaptionsSetSpokenLanguageDisabled |
270 | 已禁用设置口语 | |
ACSCallingCommunicationErrorsGetCaptionsFailedCallStateNotConnected |
271 | 获取字幕失败,呼叫应已连接 | |
ACSCallingCommunicationErrorsGetCaptionsFailed |
272 | 获取字幕失败 | |
ACSCallingCommunicationErrorsSpotlightDisabledByConfigurations |
273 | 聚焦失败,配置禁用聚焦功能 | |
ACSCallingCommunicationErrorsMaxSpotlightReached |
274 | 达到支持的聚焦数上限 | |
ACSCallingCommunicationErrorsSpotlightParticipantEmptyList |
275 | 聚焦输入列表为空 | |
ACSCallingCommunicationErrorsSignalingOperationFailed |
276 | 信号服务状态代码 | |
ACSCallingCommunicationErrorsMusicModeNotEnabled |
277 | 未启用音乐模式 | |
ACSCallingCommunicationErrorsLobbyDisabledByConfigurations |
282 | 调查分级规模无效边界 | |
ACSCallingCommunicationErrorsLobbyConversationTypeNotSupported |
283 | 当前对话类型不支持大厅 | |
ACSCallingCommunicationErrorsLobbyMeetingRoleNotAllowed |
284 | 当前会议角色无权从大厅允许/拒绝用户 | |
ACSCallingCommunicationErrorsLobbyParticipantNotExist |
285 | 大厅中不存在参与者 | |
ACSCallingCommunicationErrorsRemoveParticipantOperationFailure |
286 | 删除参与者操作失败 | |
ACSCallingCommunicationErrorsLobbyAdmitOperationFailure |
287 | 允许/承认所有操作失败 | |
ACSCallingCommunicationErrorsProxyNotAvailableForTeams |
288 | 使用代理时禁用 Teams 互操作 | |
ACSCallingCommunicationErrorsFailedToSetMediaProxy |
289 | 设置媒体代理失败 | |
ACSCallingCommunicationErrorsMediaStatisticsInvalidReportInterval |
290 | 媒体统计信息调用功能的报告间隔无效。 |