From 969b8d73acb258125c51dc039098a3457a834c9a Mon Sep 17 00:00:00 2001 From: tomasz-karczewski-red Date: Fri, 8 Apr 2022 09:44:04 +0200 Subject: [PATCH] ONEMPERS-328 fix Xcast callsign in api definition 'XCast' -> 'org.rdk.Xcast' --- XCast/XCast.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XCast/XCast.json b/XCast/XCast.json index bcfc40d5b6..d327bb391c 100644 --- a/XCast/XCast.json +++ b/XCast/XCast.json @@ -3,7 +3,7 @@ "jsonrpc": "2.0", "info": { "title": "XCast API", - "class": "XCast", + "class": "org.rdk.Xcast", "description": "This XCast plugin provides methods and events to support launching applications from an external source (for example, DIAL, Alexa, or WebPA). The RT implementation should use a RT service name that complies to the convention `com.comcast.cast`. For example, `com.comcast.xdialcast` is used by `xdialserver`." }, "definitions": { @@ -331,4 +331,4 @@ } } } -} \ No newline at end of file +}