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