func getSingleMasterChannelEndpointRole()

in Swift/KVSiOSApp/ChannelConfigurationViewController.swift [226:231]


    func getSingleMasterChannelEndpointRole() -> AWSKinesisVideoChannelRole {
        if isMaster! {
            return .master
        }
        return .viewer
    }