enum EndBehaviorType

export declare enum EndBehaviorType

The different behaviors an audio receive stream can have for deciding when to end.

Members

AfterInactivity = 2

The stream will end after a given time period of no audio packets.

AfterSilence = 1

The stream will end after a given time period of silence/no audio packets.

Manual = 0

The stream will only end when manually destroyed.