You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fl32000 The README needs some updating because it's not easy to run this manually any longer without code changes on the plugin side since some state is expected (the RECORDING_ID should match a real job ID in the database). What are you trying to achieve?
When I start docker with command
docker run --rm --network=host --name calls-recorder -e "SITE_URL=http://localhost:8065" -e "AUTH_TOKEN=xxxxxxxxxxx" -e "CALL_ID=foud37a6dfbafx1qg8eyogdhec" -e "RECORDING_ID=foud37a6dfbafx1qg8eyogdhec" -e "POST_ID=xxxxxxxxxxxxxxxxxxx" -e "DEV_MODE=true" -v calls-recorder-volume:/data mattermost/calls-recorder:v0.8.0
, the error appearsNote - I did not find in the instructions where the RECORDING_ID value comes from. So, i flii it with CALL_ID data.
The text was updated successfully, but these errors were encountered: