OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
205 stars 49 forks source link

No 'enable_recording' api in function 'handle_message' #23

Closed liqiang-xxfy closed 2 years ago

liqiang-xxfy commented 3 years ago

No 'enable_recording' api in function 'handle_message'

https://github.com/OpenSight/janus-cloud/blob/bdecbba09d8d55114a97e7dfd1ef93ab6baf85b9/januscloud/proxy/plugin/videoroom.py#L2004-L2007

Another bug: Replace 'enable_recording' with 'record'

https://github.com/OpenSight/janus-cloud/blob/bdecbba09d8d55114a97e7dfd1ef93ab6baf85b9/januscloud/proxy/plugin/videoroom.py#L1107

jamken commented 3 years ago

Thanks, because janus-proxy API changes continuously, I would update the Januscloud API at a interval to keep consistent with it.