@cloudflare/realtimekit 1.2.3-staging.1 → 1.2.3-staging.2

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.
package/dist/index.d.ts CHANGED
@@ -4634,6 +4634,7 @@ declare class Plugins {
4634
4634
 
4635
4635
  declare class SelfMedia extends TypedEventEmitter$1<SelfEvents> {
4636
4636
  protected localMediaHandler: LocalMediaHandler;
4637
+ constructor(context: Context<ContextState>, logger: Logger);
4637
4638
  protected updatePermission(): Promise<void>;
4638
4639
  protected populateMediaPermissionsInCallstats({ message, kind, }: {
4639
4640
  message: keyof typeof MediaPermission;