summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-06 18:12:40 -0400
committerGitHub <noreply@github.com>2018-08-06 18:12:40 -0400
commitc6610cb03bdd73c3be3d90cdb40a2d989e0e0715 (patch)
treeb0d445425d58e7a3005a2dfe21e280ab00d2d053
parent4826e456925f48e12b6fdc7f93870d9d6ee4240d (diff)
parent3463f9a85b5fe5a30ee1edf540f077855170e0bf (diff)
downloadsdl_core-fix/send_location_with_one_or_more_allowed_disalowed_params.tar.gz
Merge pull request #2424 from smartdevicelink/feature/optional_video_streaming_statefix/send_location_with_one_or_more_allowed_disalowed_params
make videostreamingstate optional
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index b69e88c936..45a484a6a4 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -6117,7 +6117,7 @@
<param name="systemContext" type="SystemContext" mandatory="true">
<description>See SystemContext</description>
</param>
- <param name="videoStreamingState" type="VideoStreamingState" mandatory="true">
+ <param name="videoStreamingState" type="VideoStreamingState" mandatory="false" defvalue="STREAMABLE">
<description>See VideoStreamingState. If it is NOT_STREAMABLE, the app must stop streaming video to SDL.</description>
</param>
</function>