We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961abd9 commit e5c8fcaCopy full SHA for e5c8fca
1 file changed
main.go
@@ -69,8 +69,12 @@ type SFURequest struct {
69
SlotID string `json:"slot_id"`
70
OpenIDToken OpenIDTokenType `json:"openid_token"`
71
Member MatrixRTCMemberType `json:"member"`
72
- DelayedEventID string `json:"delayed_event_id"`
73
-}
+ // Note, proper parsing and handling of the additional information needed for the
+ // delegation of the MatrixRTC member leave event is part of
74
+ // PR#171. For now we "only" provide the JSON signature.
75
+ DelayId string `json:"delay_id,omitempty"`
76
+ DelayTimeout int `json:"delay_timeout,omitempty"`
77
+ DelayCsApiUrl string `json:"delay_cs_api_url,omitempty"`}
78
type SFUResponse struct {
79
URL string `json:"url"`
80
JWT string `json:"jwt"`
0 commit comments