...
Parameter | Datatype | Description |
---|---|---|
auth_key | String | Required parameter. Specify the provided authorization key. |
server | String | Required parameter. Specify the provided server address. |
turn_port | Integer | Required parameter. Specify the provided TURN port address for connecting the user to the webRTC server. |
customer_id | Integer | Required parameter. Specify the provided customer ID. |
user_id | Integer | Required parameter. Specify the agent profile ID. |
username | String | Required parameter. Specify the agent profile username. |
password | String | Required parameter. Specify the provided password for connecting the user to the webRTC server. |
expire_date | DateTime | Required parameter. Specify the expiry date for how long the agent webRTC session should last. |
debug_console | true | false | Optional parameter. This parameter will enable debug information to be displayed on the console logs. |
debug_html | true | false | Optional parameter. This parameter will enable debug information to be displayed on the HTML page. |
...