stopMulticastStreaming static method

XmlDocumentFragment stopMulticastStreaming(
  1. String profileToken
)

Implementation

static XmlDocumentFragment stopMulticastStreaming(String profileToken) =>
    MediaCommon.stopMulticastStreaming(
      profileToken: profileToken,
      namespace: Xmlns.trt,
    );