Skip to content

Commit

Permalink
fix(plugin-meetings): fix type for stream in emitPublishedStateChange (
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 authored and sreenara committed Jan 31, 2024
1 parent cf8c579 commit 321cbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/src/meeting/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3818,7 +3818,7 @@ export default class Meeting extends StatelessWebexPlugin {
functionName: string;
isPublished: boolean;
mediaType: MediaType;
stream: MediaStream;
stream: LocalStream;
}) {
const {functionName, isPublished, mediaType, stream} = options;
Trigger.trigger(
Expand Down

0 comments on commit 321cbda

Please sign in to comment.