mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #32404 from dancrumb/patch-2
Add EventEmitter to TrackPublication type
This commit is contained in:
2
types/twilio-video/index.d.ts
vendored
2
types/twilio-video/index.d.ts
vendored
@@ -404,7 +404,7 @@ export class TrackNameTooLongError extends TwilioError {
|
||||
code: 53302;
|
||||
message: 'Track name is too long';
|
||||
}
|
||||
export class TrackPublication {
|
||||
export class TrackPublication extends EventEmitter {
|
||||
trackName: string;
|
||||
trackSid: Track.SID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user