pulse-server: place stream media.* keys as Tag

This commit is contained in:
Wim Taymans 2023-10-11 15:17:13 +02:00
parent b3f8df6dfc
commit 6d0613bc9a
3 changed files with 41 additions and 1 deletions

View file

@ -116,5 +116,6 @@ int stream_send_started(struct stream *stream);
int stream_send_request(struct stream *stream);
int stream_update_minreq(struct stream *stream, uint32_t minreq);
int stream_send_moved(struct stream *stream, uint32_t peer_index, const char *peer_name);
int stream_update_tag_param(struct stream *stream);
#endif /* PULSER_SERVER_STREAM_H */