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 Jan 31, 2024
1 parent d76ac9b commit b6ec9a6
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 @@ -3809,7 +3809,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 b6ec9a6

Please sign in to comment.