We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5a387 commit a2d7461Copy full SHA for a2d7461
src/providers/MeetingProvider/docs/MeetingManager.mdx
@@ -190,7 +190,6 @@ const MyApp = () => {
190
meetingSessionConfiguration.attendeePresenceTimeoutMs = 120;
191
meetingSessionConfiguration.videoDownlinkBandwidthPolicy = new VideoPriorityBasedPolicy(
192
logger,
193
- VideoPriorityBasedPolicyConfig.UnstableNetworkPreset,
194
);
195
196
// Create a `MeetingSession` using `join()` function with the modified `MeetingSessionConfiguration`
0 commit comments