File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
webexteamssdk/models/mixins Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ list:
206
206
- name : webLink
207
207
description : Link to a meeting information page that launches the client
208
208
type : basestring
209
+ - name : registerLink
210
+ description : Link to a page where attendees can register for the webinar. Only applies for webinars.
211
+ type : basestring
209
212
- name : sipAddress
210
213
description : SIP address for callback from a video system
211
214
type : basestring
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ def webLink(self):
126
126
"""Link to a meeting information page that launches the client"""
127
127
return self ._json_data .get ("webLink" )
128
128
129
+ @property
130
+ def registerLink (self ):
131
+ """Link to a page where attendees can register for the webinar. Only applies for webinars."""
132
+ return self ._json_data .get ("registerLink" )
133
+
129
134
@property
130
135
def sipAddress (self ):
131
136
"""SIP address for callback from a video system"""
You can’t perform that action at this time.
0 commit comments