File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,22 @@ declare module "react-native-twilio-video-webrtc" {
14
14
trackIdentifier : TrackIdentifier ;
15
15
ref ?: React . Ref < any > ;
16
16
scaleType ?: scaleType ;
17
+ /**
18
+ * Whether to apply Z ordering to this view. Setting this to true will cause
19
+ * this view to appear above other Twilio Video views.
20
+ */
21
+ applyZOrder ?: boolean | undefined ;
17
22
}
18
23
19
24
interface TwilioVideoLocalViewProps extends ViewProps {
20
25
enabled : boolean ;
21
26
ref ?: React . Ref < any > ;
22
27
scaleType ?: scaleType ;
28
+ /**
29
+ * Whether to apply Z ordering to this view. Setting this to true will cause
30
+ * this view to appear above other Twilio Video views.
31
+ */
32
+ applyZOrder ?: boolean | undefined ;
23
33
}
24
34
25
35
interface Participant {
Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/blackuy/react-native-twilio-video-webrtc.git"
6
6
},
7
7
"homepage" : " https://github.com/blackuy/react-native-twilio-video-webrtc" ,
8
- "version" : " 2.1.0 " ,
8
+ "version" : " 2.1.1 " ,
9
9
"description" : " Twilio Video WebRTC for React Native." ,
10
10
"main" : " index.js" ,
11
11
"scripts" : {
You can’t perform that action at this time.
0 commit comments