mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Add availableMediaTypes bitmask to receiver selector open method
This commit is contained in:
3
ext/src/global.d.ts
vendored
3
ext/src/global.d.ts
vendored
@@ -37,7 +37,8 @@ declare interface RTCPeerConnection {
|
||||
}
|
||||
|
||||
declare interface MediaDevices {
|
||||
getDisplayMedia(constraints: MediaStreamConstraints): Promise<MediaStream>;
|
||||
getDisplayMedia (constraints: MediaStreamConstraints)
|
||||
: Promise<MediaStream>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user