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