mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19: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}
|
||||
objectFit={'contain'}
|
||||
streamURL={state.remoteStream.toURL()}
|
||||
zOrder={0}
|
||||
zOrder={1}
|
||||
/>
|
||||
)}
|
||||
{ !state.remoteVideo && (
|
||||
@ -473,7 +473,7 @@ export function Session() {
|
||||
mirror={true}
|
||||
objectFit={'contain'}
|
||||
streamURL={state.localStream.toURL()}
|
||||
zOrder={0}
|
||||
zOrder={2}
|
||||
/>
|
||||
)}
|
||||
<View style={styles.callOptions}>
|
||||
|
Loading…
Reference in New Issue
Block a user