From e8046c5efcf9aae82b7858482ff15b7cce8a1870 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 4 Jan 2019 16:22:05 -0300 Subject: [PATCH] doc/media-api: Add Endpoint property to MediaTransport Adds endpoint object to MediaTransport so application can resolve which MediaEndpoint is in use. --- doc/media-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index af9485342..292e9034c 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -627,3 +627,8 @@ Properties object Device [readonly] acquired by the sender. Possible Values: 0-127 + + object Endpoint [readonly, optional, experimental] + + Endpoint object which the transport is associated + with. -- 2.47.3