更新时间:2024-12-26 GMT+08:00
分享

传译组信息推送

描述

传译组信息推送消息帧。

参数

类型

描述

action

String

"InterpreterGroupNotify"

version

Long

全量消息为:消息生成时的时间戳(毫秒)。

增量消息为:递增序列号。

createTime

Long

消息生成时的时间戳(毫秒)。

msgID

String

消息的唯一标识。

msgMode

Integer

消息模式:

0:全量消息

1:增量消息

confID

String

订阅的会议ID

data

Array of InterpreterGroupInfo objects

等候室成员列表信息。

请参考InterpreterGroupInfo 数据结构。

表1 InterpreterGroupInfo数据结构

参数

类型

描述

groupId

String

传译组序号。

groupName

String

传译组名称。

firstLanguage

String

传译组支持翻译的第一种语言。

secondLanguage

String

传译组支持翻译的第二种语言。

groupType

String

传译组类型,MANUAL:人工传译,AI:AI传译。默认MANUAL。

interpreters

Array of InterpreterInfo objects

传译员列表,详见表2 InterpreterInfo数据结构数据结构

表2 InterpreterInfo数据结构

参数

类型

描述

loginAccount

String

用户登录账号,可以是账号、手机、邮箱其中一个。

userID

String

用户id。

callNumber

String

用户呼叫号码

name

String

用户名称

interpreterType

String

传译员类型,MANUAL:人工传译,AI:AI传译。默认MANUAL。

aiDigitalInfo

InterpreterAiDigitalInfo

AI传译员场景下使用的数字资产信息。

interpreterId

String

传译员序号,AI传译组下传译员唯一标识。

表3 InterpreterAiDigitalInfo参数

参数

参数类型

描述

type

String

数字资产类型:PUBLIC(系统公共)、PRIVATE(企业专用账号绑定)、LOCAL(企业本地通用)。

digitalAccount

String

AI传译员场景下绑定使用的数字资产ID(数字人或TTS音色)。

digitalName

String

数字资产名称。

presenterAccount

String

专用数字资产绑定的发言人登录账号,翻译对象非匿名必填。

presenterRealNameAccount

String

专用数字资产绑定的发言人登录账号(匿名时),翻译对象匿名必填。

presenterName

String

专用数字资产绑定的发言人名称。

presenterUserID

String

发言人用户的userUUID。

localConfId

String

本地会议的会议id(第三方对接参数),数字资产为LOCAL时必填。

localConfAddr

String

本地会议对接地址或域名。

localAuthInfo

String

本地会议对接鉴权信息。

localNeedProxy

boolean

true:需要代理 false:不需要代理。

localAuthUrl

String

本地会议获取动态鉴权信息Url。

localAuthAppId

String

本地会议鉴权AppId。

传译组信息推送示例

{
	"interpreterGroups": [{
		"groupID": "f798ed8d5e45cb342baa6be0dc8b2068",
		"firstLanguage": "en",
		"secondLanguage": "zh",
		"interpreters": [{
			"userID": "abe9848d09d640a99aa3c80087a722f0",
			"callNumber": "+99111229866410894",
			"name": "mmrcorp28"
		}]
	}],
	"confID": "969997441",
	"msgID": "2264c8e2996911ee9f7edbddf94c4172",
	"msgMode": 0,
	"version": 1702438732271,
	"createTime": 1702438732271,
	"action": "InterpreterGroupNotify"
}

相关文档