Interface DonationAlertsCentrifugoSubscribeOptions

Additional subscribe options.

interface DonationAlertsCentrifugoSubscribeOptions {
    transformChannel?: boolean;
}

Properties

transformChannel?: boolean

Merges channel name and user ID to form valid channel name.

true