This document was generated from CDN thread
Created by: Raymond Ng on 22-11-2010 02:55:57 PM
Hello,
I'm developing a small pane placement application using the codian api. (software version 4.0(1.44))
I noticed that there are maximum 20 panes but when using conference.paneplacement.query it only returns 19 panes.
Is there a solution for this?
Example feedback:
14:54:44,886 INFO TestCodianMechanisme -> testPanePlacementQuery:63 - enabled is: true
14:54:44,887 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=1, type=blank}
14:54:44,887 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=2, participantName=2602, participantType=ad_hoc, participantProtocol=h323, type=participant}
14:54:44,887 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=3, participantName=2603, participantType=ad_hoc, participantProtocol=h323, type=participant}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=4, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=5, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=6, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=7, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=8, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=9, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=10, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=11, type=default}
14:54:44,888 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=12, type=default}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=13, type=default}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=14, type=blank}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=15, type=blank}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=16, type=blank}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=17, type=blank}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=18, type=blank}
14:54:44,890 INFO TestCodianMechanisme -> testPanePlacementQuery:71 - {index=19, type=blank}
14:54:44,891 INFO TestCodianMechanisme -> testPanePlacementQuery:86 -
Subject: RE: [Codian mcu API] missing paneplacement feedback
Replied by: Alex Shaw on 30-11-2010 06:54:52 PM
Hi Raymond,
You're right, there is something funny going on here. As far as I can tell, the MCU sometimes doesn't return a pane in the 'panes' array - but this only happens if the pane type is 'default'. This isn't limited to just the 20th pane in that particular layout - I could reproduce something similar with Layout 2, and I had cases where no panes were returned in the 'panes' array!
I've raised a bug. I'll let you know when we have a target milestone for a fix. In the meantime, I think it's safe to assume that if no type is returned for a pane, then the type of that pane is default.
Regards
Alex Shaw.
Subject: RE: [Codian mcu API] missing paneplacement feedback
Replied by: Raymond Ng on 01-12-2010 10:19:02 AM
It's good to know that there is a workaround.
For now I do set the panes on default when it is not returned so this issue is not blocking.
Thnx for the response.