Skip to content

Commit

Permalink
fix: make session id optional for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Mar 18, 2024
1 parent b257e6f commit e1f5ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface HMSMediaStreamPlugin {
*/
getName(): string;

apply(stream: MediaStream, sessionID: string): MediaStream;
apply(stream: MediaStream, sessionID?: string): MediaStream;

stop(): void;
}

0 comments on commit e1f5ebe

Please sign in to comment.