SKWRemotePersonDelegate

Objective-C

@protocol SKWRemotePersonDelegate <SKWMemberDelegate>
@optional
- (void)remotePerson:(SKWRemotePerson* _Nonnull)remotePerson
    didSubscribePublicationOfSubscription:(SKWSubscription* _Nonnull)subscription;
- (void)remotePerson:(SKWRemotePerson* _Nonnull)remotePerson
    didUnsubscribePublicationOfSubscription:(SKWSubscription* _Nonnull)subscription;
@end

Swift

protocol RemotePersonDelegate : MemberDelegate

Undocumented