@vonage/client-sdk 1.6.0-beta.1 → 1.6.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,6 +154,7 @@ export declare namespace vonage {
154
154
  private constructor();
155
155
  get memberId(): string;
156
156
  get user(): vonage.UserJS;
157
+ get channel(): vonage.ChannelJS;
157
158
  }
158
159
  class MemberInvitedEventJS implements vonage.MemberEventJS, vonage.PersistentConversationEventJS {
159
160
  private constructor();