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