Skip to content

Commit

Permalink
revert manifest change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBack2Future committed Nov 19, 2024
1 parent 71086d7 commit 885e3d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"audio_frame_in": [
{
"name": "pcm_frame"
"name": "pcm_frame",
"property": {}
}
],
"cmd_in": [
Expand Down
18 changes: 18 additions & 0 deletions agents/ten_packages/extension/message_collector_rtm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
"type": "string"
}
}
},
{
"name": "rtm_storage_event",
"property": {}
},
{
"name": "rtm_presence_event",
"property": {}
},
{
"name": "rtm_lock_event",
"property": {}
}
],
"data_out": [
Expand All @@ -63,6 +75,12 @@
}
}
],
"cmd_in": [
{
"name": "on_user_audio_track_state_changed",
"property": {}
}
],
"cmd_out": [
{
"name": "publish",
Expand Down

0 comments on commit 885e3d7

Please sign in to comment.