Add call status indicator to the status bar
This commit is contained in:
parent
a89cc22af4
commit
e35db69dbd
4 changed files with 79 additions and 23 deletions
|
@ -31,9 +31,10 @@ scale_factor=1
|
|||
if [[ $resolution_line =~ Retina ]]; then scale_factor=2; fi
|
||||
width=$(expr ${screen_size[0]} / 2 / $scale_factor)
|
||||
height=${screen_size[1] / $scale_factor}
|
||||
y=$(expr $height / 2)
|
||||
|
||||
position_1=0,0
|
||||
position_2=${width},0
|
||||
position_1=0,${y}
|
||||
position_2=${width},${y}
|
||||
|
||||
# Authenticate using the collab server's admin secret.
|
||||
export ZED_STATELESS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue