accord icon indicating copy to clipboard operation
accord copied to clipboard

Act: play file, and handling of file to voice channel

Open passcod opened this issue 5 years ago • 0 comments

{ "play": {
	"uri": "/static/bell.mp4"
} }
{ "play": {
	"uri": "/static/bell.mp4",
    "duration": 2000,
    "offset": 500,
    "delay": 15000
} }
{ "play": {
	"uri": "/static/bell.mp4",
    "at": "2020-11-08T12:34:56Z"
} }

passcod avatar Nov 06 '20 13:11 passcod