Updated on 2023-10-12 GMT+08:00

onCallRtpCreated (RTP Channel Establishment Event)

Event Description

This event is triggered when a media channel is established after a call is connected.

Event Example

{
   "description" : "TSDK_E_CALL_EVT_CALL_RTP_CREATED",
   "notify" : 2005,
   "param" : {
      "callId" : 1867907072
   }
}

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

description

String

Description of the current request.

notify

Number

Internal event ID.

param

Param

Event content.

Table 2 Param

Parameter

Type

Description

callId

Number

Call ID.