Skip to content

Commit

Permalink
Remove deprecated configuration from priority policy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hensmi-amazon authored Sep 30, 2024
1 parent fd5a387 commit 28c83d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/MeetingProvider/docs/MeetingManager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ const MyApp = () => {
meetingSessionConfiguration.attendeePresenceTimeoutMs = 120;
meetingSessionConfiguration.videoDownlinkBandwidthPolicy = new VideoPriorityBasedPolicy(
logger,
VideoPriorityBasedPolicyConfig.UnstableNetworkPreset,
);

// Create a `MeetingSession` using `join()` function with the modified `MeetingSessionConfiguration`
Expand Down

0 comments on commit 28c83d1

Please sign in to comment.