RobotWebTools / webrtc_ros

Streaming of ROS Image Topics using WebRTC
Other
131 stars 52 forks source link

Fix errors in turn credential generation #46

Closed mjsobrep closed 4 years ago

mjsobrep commented 4 years ago

Apparently the method I was using for testing was not sufficient and the code to actually get the turn credentials didn't work. This has been further tested. I changed the parameters to be private, fixed up the api call, and added some logging to help future users.