/ fm / liveswitch / sdp / rtp / SimulcastDirection
Class: SimulcastDirection
The allowed directions for a simulcast attribute.
Table of contents
Constructors
Methods
Constructors
constructor
+ new SimulcastDirection(): SimulcastDirection
Returns: SimulcastDirection
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastDirection.ts:11
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastDirection.ts:9
getReceive
▸ Static
getReceive(): string
Gets the receive direction ("recv").
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastDirection.ts:28
getSend
▸ Static
getSend(): string
Gets the send direction ("send").
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastDirection.ts:40