Changes between Version 56 and Version 57 of Video_Users_Guide
- Timestamp:
- Jul 9, 2013 5:41:04 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v56 v57 76 76 === Incoming Video Call === 77 77 78 Incoming video will be accepted/rejected depending on whether video is enabled in the call setting (see above). If video is enabled, incoming video will be accepted as long as we have matching codec for it. However, this does not necessarily mean that the video will be displayed automatically to the screen, nor that outgoing video will be transmitted automatically, as there will be separate settings for these. Outgoing video behavior will be explained in the next section.78 Incoming video will be accepted/rejected depending on whether video is enabled in the call setting (see above). You can pass the call setting using the API {{{pjsua_call_answer2()}}} (so for example, to reject the video, set '''{{{vid_cnt}}}''' to 0 and call {{{pjsua_call_answer2()}}}). If video is enabled, incoming video will be accepted as long as we have matching codec for it. However, this does not necessarily mean that the video will be displayed automatically to the screen, nor that outgoing video will be transmitted automatically, as there will be separate settings for these. Outgoing video behavior will be explained in the next section. 79 79 80 80 ==== Display Incoming Video Automatically ====