Skip to content

Commit

Permalink
fix Routing
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Jan 15, 2022
1 parent 5b0e0e8 commit abe6e17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ export interface Sender {
}

export interface Routing {
name: string
groups?: string
embedded: unknown
destroy: () => Promise<void>
video: (frame: VideoFrame) => Promise<void>
audio: (frame: AudioFrame) => Promise<void>
name: string
groups?: string | string[]
clockVideo: boolean
clockAudio: boolean
change: (Source) => number
clear: () => boolean
connections: () => number
sourcename: () => string
}

export interface Source {
Expand Down

0 comments on commit abe6e17

Please sign in to comment.