Skip to main content

share channel details for others to join

post/v1/channel/share

share channel details for others to join

post/v1/channel/share

https://managedservices-prod.rteappbuilder.com/

Request

HEADER

AuthorizationREQUIRED
TYPE: STRING

JWT token as auth header. Format "Bearer <xxxxx.yyyyy.zzzzz>" xxxxx.yyyyy.zzzzz is the JWT token

REQUEST BODY

request to get channel joining passphrase and pstn details

passphrase
TYPE: STRING
SAMPLE REQUEST
{
"passphrase": "string"
}

Responses

success

passphrases
TYPE: OBJECT
host
TYPE: STRING

attendee
TYPE: STRING


channel_name
TYPE: STRING

title
TYPE: STRING

pstn
TYPE: OBJECT
number
TYPE: STRING

dtmf
TYPE: INTEGER

error
TYPE: OBJECT
code
TYPE: STRING

message
TYPE: STRING


SAMPLE RESPONSE
{
"passphrases": {
"host": "string",
"attendee": "string"
},
"channel_name": "string",
"title": "my first channel",
"pstn": {
"number": "string",
"dtmf": "integer",
"error": {
"code": 2004,
"message": "service unavailable"
}
}
}
Loading...