delegate
The delegate that handles communication between players in a match.
Declaration
weak var delegate: (any GKMatchDelegate)? { get set }Discussion
To receive voice or data from other players, you must set the delegate.
The delegate that handles communication between players in a match.
weak var delegate: (any GKMatchDelegate)? { get set }To receive voice or data from other players, you must set the delegate.