cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
5
Helpful
2
Replies

Telepresence Conductor template - advanced parameters

rfrome
Level 1
Level 1

My conductor is running XC4.3.2

 

I have added the custom parameter to the Conference template to add the OnePlusN layouts,

{"callAttributes": {"displayDefaultLayoutSingleScreen": "layoutOnePlusN"}}

 

That seems to work fine.

 

I then tried to add a second parameter to add the Join/Leave meeting notifications. The TP Server release notes for version 4.4(1.20) list the parameter as:

"audioJoinNotification":"all","audioLeaveNotification":"all"

 

This fails when trying to save the entry.

 

Can someone help me with the syntax to get both of these custom parameters entered into the conference template?

 

2 Replies 2

rfrome
Level 1
Level 1

I think I have ti figured out. Hopefully this will be helpful to someone

 

{"audioJoinNotification":"all","audioLeaveNotification":"all","callAttributes":{"displayDefaultLayoutSingleScreen":"layoutOnePlusN"}}

I haven't tested it, but the json string you have appears correct.