Copyright © TANDBERG 2008
Reference Guide Version 3.0 rev 3.0
53
Appendix A - Conference layouts
The participant.add and participant.modify methods allow a particular layout to be specified for video sent to
that participant via the “cpLayout” parameter.
The “cpLayout” string parameter can take the following values:
•
default
- use the MCU’s default view family
•
family<index>
- use the specified layout family; see below
•
layout<index>
- use a specific layout; see below
•
conferenceCustom
- use the conference custom layout.
The “<index>” values for “family<index>” correspond to the pane arrangements shown below:
1
2
3
4
5
The “<index>” values for “layout<index>” correspond to the pane arrangements shown below. It is worth
noting that these indices are also used for the currentLayout parameter from the participant.enumerate call.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33