Updated on 2023-09-27 GMT+08:00

HTML5 Access Information Event

  • Identifier:

    AgentEvent_RequestConnect

  • Function:

    This event indicates that the H5 access information event is reported.

  • Additional information:

    workNo: agent ID.

    content: message object in JSON format. The following fields are contained:

    callid: call ID.

    userId: agent ID.

    ctime: expiration time.

    channelId: channel ID (room ID).

    role: role.

    ip: IP address of the media server access point.

    port: port number of the access point of the media server.

    signalingDomainIn: internal-side signaling domain.

    signalingDomainOut: external signaling domain.

    locationId: node.

    signature: signature.

    appId: user ID.

  • Example:

{"message":"","retcode":"0","event":{"eventType":" AgentEvent_RequestConnect","workNo":"49999","content":{ "userId": "Agent ID","ctime": "Expiration time","channelId": "15945185-345","appId": "8345234631", "ip": "xxx.xxx.xxx.xxx","port": "6500","role": "0","signalingDomainIn": "https: //in.isdpdomain.com","signalingDomainOut": "https: //out.isdpdomain.com","locationId": "65535","signature": "xxx","appId": "sdcp0BPcVGymItWppGX6XqrZGTCYa13d"}}}