serviceInfo
Information updated by the service during a broadcast.
Declaration
var serviceInfo: [String : any NSCoding & NSObjectProtocol]? { get }Discussion
The keys and values for the dictionary are defined by the broadcast service and updated through the updateServiceInfo(_:) function. This property is KVO observable.