mirror of
https://github.com/livekit/livekit.git
synced 2026-05-25 01:35:39 +00:00
461f29c097
* Allow participants to create new connection for publishing new tracks new param 'publish=<name>' enables publishing new connection with publish only grants. Also, identity is appended with '#<name>' * Add integration test to duplicate publish only connection Signed-off-by: shishir gowda <shishir@livekit.io> * Reuse token in test and set subscribeGrant to false on publish param Signed-off-by: shishir gowda <shishir@livekit.io> * create auth token with grants Signed-off-by: shishir gowda <shishir@livekit.io> * Signal ice on negotiate in test client Signed-off-by: shishir gowda <shishir@livekit.io> * Update pkg/service/rtcservice.go Co-authored-by: David Zhao <david@davidzhao.com> Co-authored-by: David Zhao <david@davidzhao.com>