$sdp.video
Get a Video media description line from SDP.
Syntax:
$sdp.video( prefix )
Returns:
the matched line
Version Since:
2.5
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$sdp.video(“a=quality:”) = quality:(.+)
Get the quality value from a=quality line