MediaPlacement class

A set of endpoints used by clients to connect to the media service group for a Amazon Chime SDK meeting.

Constructors

MediaPlacement({String? audioFallbackUrl, String? audioHostUrl, String? screenDataUrl, String? screenSharingUrl, String? screenViewingUrl, String? signalingUrl, String? turnControlUrl})
MediaPlacement.fromJson(Map<String, dynamic> json)
factory

Properties

audioFallbackUrl String?
The audio fallback URL.
final
audioHostUrl String?
The audio host URL.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenDataUrl String?
The screen data URL.
final
screenSharingUrl String?
The screen sharing URL.
final
screenViewingUrl String?
The screen viewing URL.
final
signalingUrl String?
The signaling URL.
final
turnControlUrl String?
The turn control URL.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited