mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 20:49:16 +00:00
placing local stream on top
This commit is contained in:
parent
462a48991b
commit
53ce6417bb
@ -459,7 +459,7 @@ export function Session() {
|
|||||||
mirror={true}
|
mirror={true}
|
||||||
objectFit={'contain'}
|
objectFit={'contain'}
|
||||||
streamURL={state.remoteStream.toURL()}
|
streamURL={state.remoteStream.toURL()}
|
||||||
zOrder={0}
|
zOrder={1}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{ !state.remoteVideo && (
|
{ !state.remoteVideo && (
|
||||||
@ -473,7 +473,7 @@ export function Session() {
|
|||||||
mirror={true}
|
mirror={true}
|
||||||
objectFit={'contain'}
|
objectFit={'contain'}
|
||||||
streamURL={state.localStream.toURL()}
|
streamURL={state.localStream.toURL()}
|
||||||
zOrder={0}
|
zOrder={2}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<View style={styles.callOptions}>
|
<View style={styles.callOptions}>
|
||||||
|
Loading…
Reference in New Issue
Block a user