<p>Hi,</p>
<p>What I've done is, I've added all capabilities first and then set the topmost priority for "H.263"  (which I assume is dynamic and works for all sizes including 4CIF).</p>
<p>In H323EndPoint derived class,</p>
<p>AddAllCapabilities(0, P_MAX_INDEX, "*");<br>PStringArray preferenceorder;<br>PString str3_4cif = "H.263";<br>preferenceorder.AppendString(str3_4cif);<br>capabilities.Reorder(preferenceorder);<br> <br>
This transmits the video to remote site successfully but is not able to show the received video.<br>If CIF is selected at remote site, video is displayed on both sides successfully.<br>But if 4CIF is selected, video is not shown on any side.
</p>
<p>Please Help.</p>
<div>Thanks in advance.</div>
<div>Taranpreet</div>