export declare enum EndBehaviorType
The different behaviors an audio receive stream can have for deciding when to end.
The stream will end after a given time period of no audio packets.
The stream will end after a given time period of silence/no audio packets.
The stream will only end when manually destroyed.