RtcSipInviteMember
Invite a SIP device to join a channel
Operation description
QPS limit
The per-user QPS limit for this operation is 10 calls per second. Exceeding this limit triggers rate limiting, which may affect your business. Call this operation only as needed.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rtc:RtcSipInviteMember |
none |
*App
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
Application ID. Get it from the console. Pass one ID only. |
eo85**** |
| ChannelId |
string |
Yes |
Channel ID. Pass one ID only. |
$rtc_channelid |
| Uid |
string |
Yes |
User ID. |
$rtc_userid |
| DeviceType |
string |
Yes |
Device type of the third-party SIP system:
Note: Only phone is supported at this time. |
phone |
| ServerAddress |
string |
No |
|
39.101.232.13 |
| AppToken |
string |
No |
Token required to join the meeting. For sample code, see the referenced document. |
000qaaasas……b |
| Registered |
boolean |
Yes |
Whether the third-party conferencing system must register before receiving the call. |
false |
| SipDisplayName |
string |
Yes |
Name displayed for the user on the third-party system. |
testdevice |
| SipUserId |
string |
Yes |
|
$reg_userid |
| SipUserPassword |
string |
No |
The registration password for the SipUserId. This parameter is required when a third party registers to receive incoming calls. |
654321 |
| SipRoomId |
string |
Yes |
|
18512514528 |
| SipUri |
string |
No |
|
30.240.160.66:5060;transport=tcp |
| SipUserAgent |
string |
No |
Brand or model of the third-party SIP device. Examples: polycom, cisco, tencent, zoom, pstn. |
pstn |
| CallNumber |
string |
No |
Custom line number for PSTN calls. |
055112345678 |
| TaskId |
string |
No |
Task ID. |
taskId |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CF8 |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CF8"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.