Callback when subscription state changes for a specific topic id |
GetTopicSubscriptionState ( string topicId ) Obtains the current subscription state for a specific topic | |
void | Subscribe ( string topicId ) Method to subscribe to a specific topic id |
void | Unsubscribe ( string topicId ) Method to unsubscribe from a specific topic id |
PubSubTopicSubscriptionDelegate Meta.Voice.Net.PubSub.IPubSubSubscriber.OnTopicSubscriptionStateChange ( ) |
---|
Callback when subscription state changes for a specific topic id |
PubSubSubscriptionState Meta.Voice.Net.PubSub.IPubSubSubscriber.GetTopicSubscriptionState ( string topicId ) |
---|
Obtains the current subscription state for a specific topic |
void Meta.Voice.Net.PubSub.IPubSubSubscriber.Subscribe ( string topicId ) |
---|
Method to subscribe to a specific topic id |
void Meta.Voice.Net.PubSub.IPubSubSubscriber.Unsubscribe ( string topicId ) |
---|
Method to unsubscribe from a specific topic id |