rebroadcast: update api change

This commit is contained in:
Koushik Dutta
2022-11-18 11:24:12 -08:00
parent 03bb6643ca
commit 2550fbf74c

View File

@@ -1685,7 +1685,7 @@ export class RebroadcastPlugin extends AutoenableMixinProvider implements MixinP
});
}
getDevice(nativeId: string) {
async getDevice(nativeId: string) {
if (nativeId === TRANSCODE_MIXIN_PROVIDER_NATIVE_ID)
return new TranscodeMixinProvider(this);
}