Table of Contents

AddTurboBridgeConferenceDetails
Adds and existing turbobridge conference to the webcast system turbo bridge conference table. A webcast player can then be set receive the stream of this turbobridge by updating the player “assigned_conference” property to the returned ID. The “rtmp_source” value must be set to “primary”,”secondary” or “both”.

Example
Call=AddTurboBridgeConferenceDetails

Parameters={“AccessID”:”resolve”,”1234abc”:”abcde”,”WebcastID”:”4655″,”name”:”conferencename”,”conference_id”:”12346″,”moderator_code”:”67890″,”participant_code”:”1234″,”dial_in_number”:”416828939″,”pin_code”:”2323″,”login_pin_code”:”4545″,”rtmp_source”:”primary”}

https://www.domain.com/templates2.0/API/0.2/?Parameters={“AccessID”:”resolve”,”1234abc”:”abcde”,”WebcastID”:”4655″,,”name”:”conferencename”,”conference_id”:”12346″,”moderator_code”:”67890″,”participant_code”:”1234″,”dial_in_number”:”416828939″,”pin_code”:”2323″,”login_pin_code”:”4545″,”rtmp_source”:”primary”}&Call=AddTurboBridgeConferenceDetails

Example Return
{

“ID”: “6”,
“Name”: “conferencename”,
“ConferenceID”: “1234”
}

Quote Request