AccountSettings
public struct AccountSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Setting that stops or starts remote control of shared screens during meetings.
Declaration
Swift
public let disableRemoteControl: Bool? -
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
Declaration
Swift
public let enableDialOut: Bool? -
Undocumented
Declaration
Swift
public init(disableRemoteControl: Bool? = nil, enableDialOut: Bool? = nil)
View on GitHub
AccountSettings Structure Reference