placing local stream on top

This commit is contained in:
Roland Osborne 2023-03-30 15:25:58 -07:00
parent 462a48991b
commit 53ce6417bb

View File

@ -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}>