Dragos Oancea
a40584b465
[mod_verto] fix potential memleaks at init.
2022-03-15 16:49:17 +03:00
Andrey Volk
7e0a7f0f28
[mod_verto] Fix dead nested assignments
2022-03-15 16:49:11 +03:00
Seven Du
f9994c00f9
[mod_verto] Fix leak in http_run.
2021-10-24 15:39:56 +03:00
Anthony Minessale
a3c6e70f56
[mod_verto] print json debug compact
2021-10-23 22:01:06 +03:00
Anthony Minessale
756d62137a
[mod_verto] add some more log lines
2021-10-23 22:01:06 +03:00
Anthony Minessale
6c4bc433b4
[mod_verto] add exptime to ping and pong and log any hangups as a result of auth expiring
2021-10-23 22:01:05 +03:00
Anthony Minessale
d5f9155f90
[mod_verto] more perms checks
2021-10-23 22:01:05 +03:00
Anthony Minessale
8c9d0ecd9e
[mod_verto] add a way to broadcast an event to one session
2021-10-23 22:01:05 +03:00
Michael Jerris
0fcdeffb0d
[mod_verto] allow re-auth via verto.login
2021-10-23 22:01:04 +03:00
Michael Jerris
65ad502caf
[mod_verto] add verto_skip_set_user var to skip set_user in mod_verto
2021-10-23 22:01:04 +03:00
Anthony Minessale
79110fc719
[mod_verto] auth-expires
2021-10-23 22:01:03 +03:00
Michael Jerris
6a893d4990
[mod_verto] put vars frorm user lookup into user_vars and protect user_vars
2021-10-23 22:01:03 +03:00
Anthony Minessale
3eddfc66a1
[mod_verto] pass in audio flags
2021-10-23 22:01:03 +03:00
Anthony Minessale
39b3caacb5
[core, mod_commands, mod_verto] small tweaks to cache stuff to allow clear from verto and allow no domain to imply the default domain
2021-10-23 22:01:02 +03:00
Anthony Minessale
f540bbbbe3
[mod_verto] check permissions on the more specific event channel for guest users to allow them to subscribe to global events but still get send/don't send permission control on specific conferences
2021-10-23 22:01:02 +03:00
Anthony Minessale
7ad249974e
[core] don't double set caller-id
2021-10-23 22:01:01 +03:00
Anthony Minessale
6789eedd5b
[mod_verto] regression from fix for guest seeing non-public rooms
2021-10-23 22:01:01 +03:00
Anthony Minessale
4e84b34d30
[core, mod_verto] add visibility filter to verto
2021-10-23 22:01:01 +03:00
Anthony Minessale
46903fb13e
[mod_verto] add chop-domain undocumented feature to allow FS to ignore @ in username
2021-10-23 22:01:00 +03:00
Anthony Minessale
8c351a4667
[core, mod_verto] double udp buffer for audio, add verto command for video refresh
2021-10-23 22:01:00 +03:00
Anthony Minessale
cf15e7ddd9
[mod_verto] add some data about the identity of the requestor to json_api requests
2021-10-23 22:00:59 +03:00
Anthony Minessale
651d80afa1
[mod_verto] add reattach flag on reconnect to trigger mcu key frame
2021-10-23 22:00:59 +03:00
Anthony Minessale
0dc234e1d4
[mod_verto] gen keyframe both ways on re-invite
2021-10-23 22:00:59 +03:00
Anthony Minessale
db765890b6
[mod_verto] smaller jb
2021-10-23 22:00:58 +03:00
Anthony Minessale
4c8e7d86e3
[core, mod_verto] check for camera change and trigger new constraints
2021-10-23 22:00:58 +03:00
aslgithub
fa78235baf
[mod_verto] clientReady - reattached_sessions array
...
Make mod_verto clientReady reattached_sessions array send channel IDs that have been reattached, rather than the same connection ID repeatedly.
Co-authored-by: davidp <davidp@cyfas.co.uk>
2021-10-23 22:00:42 +03:00
Andrey Volk
5331850fc0
[mod_verto] Fix use of libks websockets on Windows. POLLHUP is ignored in poll events on Linux but fails on Windows so should be avoided.
2021-10-23 22:00:33 +03:00
Anthony Minessale
badd59d609
[core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto
2021-10-23 22:00:28 +03:00
Anthony Minessale
d197db0601
[mod_verto] verto.announce
2021-10-23 22:00:25 +03:00
Anthony Minessale
34fa5c7dfe
[mod_verto] add subscribed channel in events so you can see what subscription string you used
2021-10-23 22:00:25 +03:00
Anthony Minessale
d84bf06bb1
[mod_verto] send last known display info on re-attach
2021-10-23 22:00:24 +03:00
Anthony Minessale
ce6426052b
[mod_verto] add verto.ping
2021-10-23 22:00:24 +03:00
Anthony Minessale
3b26bc65ae
[mod_verto] verto auth stuff
2021-10-23 22:00:24 +03:00
Anthony Minessale
ebe1fb3874
[mod_verto] add verto perms commands
2021-10-23 22:00:23 +03:00
Anthony Minessale
c20cffdf61
[mod_verto] add jsonlist
2021-10-23 22:00:23 +03:00
Anthony Minessale
249718e934
[mod_verto] add log line to detect incorrect login
2021-10-23 22:00:22 +03:00
Anthony Minessale
4220e4659a
[mod_verto] make verto.attach always an answer and never an offer
2021-10-23 22:00:22 +03:00
Anthony Minessale
993e778fcc
[mod_verto] fix reattach on reopen
2021-10-23 22:00:22 +03:00
Anthony Minessale
91c0379041
[mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster
2021-10-23 22:00:21 +03:00
Anthony Minessale
ff48868dc4
[mod_verto] add param to have verto send pass over xml_curl
2021-10-23 22:00:21 +03:00
Anthony Minessale
902fa2c3da
[mod_verto] add debug controls for verto
2021-10-23 22:00:20 +03:00
Anthony Minessale
fb2250df8e
[mod_verto] indicate video fps and size of current layer to client
2021-10-23 22:00:20 +03:00
Anthony Minessale
a33062c9d8
[mod_verto] verto re-invites part 1
2021-10-23 22:00:19 +03:00
Anthony Minessale
1793c8cb7a
[mod_verto] add new verto command construct basics
2021-10-23 22:00:19 +03:00
Anthony Minessale
2d5df53009
[mod_verto] new changes for verto video features
2021-10-23 22:00:18 +03:00
Anthony Minessale
dc4bef79ec
[core]speed up call setup
2021-10-23 22:00:18 +03:00
Andrey Volk
da8e3b04db
[mod_verto] Fix content length overflow on 32bit
2021-10-23 22:00:18 +03:00
Anthony Minessale
ed98516666
[mod_verto] move websocket implementation to libks
2021-10-23 22:00:17 +03:00
Anthony Minessale
b18ea498df
[core] add new prompt functionality to ask for pin over dialogbox
2021-10-23 22:00:00 +03:00
Anthony Minessale
2c7f97a606
[mod_verto] allow vars from dp to pass to verto dialog
2021-10-23 21:59:59 +03:00