@hysc/meeting 5.0.107 → 5.0.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -250,6 +250,7 @@ export default class BMStreamModelVM {
|
|
|
250
250
|
startSpeakerDetector(): void;
|
|
251
251
|
addToDetector(speaker: BMSpeaker): void;
|
|
252
252
|
removeFromDetector(speakerId: string): void;
|
|
253
|
+
clearDetector(): void;
|
|
253
254
|
shareCustomMedia(enable: boolean, shareOptions: ShareMediaOptions): Promise<undefined>;
|
|
254
255
|
/**
|
|
255
256
|
* 根据videoElement 获取内部流数据
|