Refactor media session to playback subscriber
This commit is contained in:
@@ -11,3 +11,7 @@ export interface Plugin {
|
||||
type: PluginType | string
|
||||
priority?: number
|
||||
}
|
||||
|
||||
export interface PlayerPlugin extends Plugin {
|
||||
isLocalPlayer?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user