#include <call.hpp>
Call media information.
Application can query conference bridge port of this media using Call::getAudioMedia() if the media type is audio, or Call::getEncodingVideoMedia() / Call::getDecodingVideoMedia() if the media type is video.
◆ CallMediaInfo()
pj::CallMediaInfo::CallMediaInfo |
( |
| ) |
|
◆ fromPj()
◆ index
unsigned pj::CallMediaInfo::index |
◆ type
◆ dir
◆ status
◆ audioConfSlot
int pj::CallMediaInfo::audioConfSlot |
Warning: this is deprecated, application can query conference bridge port of this media using Call::getAudioMedia().
The conference port number for the call. Only valid if the media type is audio.
◆ videoIncomingWindowId
The window id for incoming video, if any, or PJSUA_INVALID_ID. Only valid if the media type is video.
◆ videoWindow
The video window instance for incoming video. Only valid if videoIncomingWindowId is not PJSUA_INVALID_ID and the media type is video.
◆ videoCapDev
The video capture device for outgoing transmission, if any, or PJMEDIA_VID_INVALID_DEV. Only valid if the media type is video.
The documentation for this struct was generated from the following file: