add session services property

This commit is contained in:
Anthony Ilersich 2022-09-27 13:28:31 -04:00
parent 95cfb531a0
commit 6e8d8b67ec
3 changed files with 3 additions and 0 deletions

View file

@ -325,6 +325,7 @@ int endpoint_init(struct endpoint *this,
PW_KEY_NODE_ID,
PW_KEY_MEDIA_CLASS,
PW_KEY_SESSION_ID,
PW_KEY_SESSION_SERVICES,
PW_KEY_PRIORITY_SESSION,
PW_KEY_ENDPOINT_NAME,
PW_KEY_ENDPOINT_CLIENT_ID,

View file

@ -84,6 +84,7 @@ static int client_session_link_update(void *object,
PW_KEY_FACTORY_ID,
PW_KEY_CLIENT_ID,
PW_KEY_SESSION_ID,
PW_KEY_SESSION_SERVICES,
PW_KEY_ENDPOINT_LINK_OUTPUT_ENDPOINT,
PW_KEY_ENDPOINT_LINK_OUTPUT_STREAM,
PW_KEY_ENDPOINT_LINK_INPUT_ENDPOINT,