comparison libervia/cli/constants.py @ 4143:849721e1563b

cli: `call` command: This command has 2 subcommands: `make` and `receive` to make a new call or wait for one. When call is in progress, a window will be created to show incoming stream and local feedback, and a text UI is available to (un)mute audio or video, and hang up. rel 426
author Goffi <goffi@goffi.org>
date Wed, 01 Nov 2023 14:10:00 +0100
parents 51744ad00a42
children 0f8ea0768a3b
comparison
equal deleted inserted replaced
4142:783bbdbf8567 4143:849721e1563b
90 "priority_low": "green", 90 "priority_low": "green",
91 "priority_medium": "yellow", 91 "priority_medium": "yellow",
92 "priority_high": "bold magenta", 92 "priority_high": "bold magenta",
93 "priority_urgent": "bold red", 93 "priority_urgent": "bold red",
94 "notif_title": "bold", 94 "notif_title": "bold",
95 "shortcut": "bold underline"
95 }) 96 })