Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Each record represents one media type used in a peer-to-peer session. One session is represented by multiple records in the table, if more than one media type is used.
Note
The Media table should not be used to calculate the media duration for a session. This table contains the signaling details of media exchange in a session. Media exchange is done by the INVITE request, and StartTime indicates the time that the INVITE was sent out. The invite time does not necessarily mean the media start time, because media starts only after the sessionee accepts the session. The EndTime usually means the end time of this session.
Column | Data Type | Key/Index | Details |
---|---|---|---|
SessionIdTime |
datetime |
Primary, Foreign |
Time of session request. Used with SessionIdSeq to uniquely identify a session. For more information, see the Dialogs table in Skype for Business Server 2015. |
SessionIdSeq |
int |
Primary, Foreign |
ID number to identify the session. Used with SessionIdTime to uniquely identify a session. For more information, see the Dialogs table in Skype for Business Server 2015. |
MediaId |
tinyint |
Primary, Foreign |
Unique number identifying this media type. For more information, see the MediaList table. |
StartTime |
datetime |
Primary |
This is the time that a media request was sent out, not the real media start time. StartTime includes the session setup time. |
EndTime |
datetime |
This is the end time of the session. |