MediaStreamingSubscription Class
- java.
lang. Object - com.
azure. communication. callautomation. models. MediaStreamingSubscription
- com.
Implements
public final class MediaStreamingSubscription
implements JsonSerializable<MediaStreamingSubscription>
Media streaming Subscription Object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Media |
fromJson(JsonReader jsonReader)
Reads an instance of Media |
| String |
getId()
Get the id property: Gets or Sets subscription Id. |
|
Media |
getState()
Get the state property: Gets or Sets media streaming subscription state. |
|
List<Media |
getSubscribedContentTypes()
Get the subscribed |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MediaStreamingSubscription fromJson(JsonReader jsonReader)
Reads an instance of MediaStreamingSubscriptionInternal from the JsonReader.
Parameters:
Returns:
Throws:
getId
public String getId()
Get the id property: Gets or Sets subscription Id.
Returns:
getState
public MediaStreamingSubscriptionState getState()
Get the state property: Gets or Sets media streaming subscription state.
Returns:
getSubscribedContentTypes
public List<MediaStreamingContentType> getSubscribedContentTypes()
Get the subscribedContentTypes property: Gets or Sets the subscribed media streaming content types.
Returns: