Topic Last Modified: 2012-10-01

The Media view stores information about one media type used in a peer-to-peer session. One session would be represented by multiple records in the table, if more than one media type is used. This view was introduced in Microsoft Lync Server 2013.

Note:
The Media view should not be used to calculate the media duration for a session. This view 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 session is accepted.

The Media view contains all of the columns in the SessionDetails View in addition the ones listed below.

Column Data Type Details

Media

nvarchar(256)

Media type. See the MediaList Table for more information.

MediaStartTime

datetime

Time that a media request was sent out.

MediaEndTime

datetime

End time of the session.