Skip to content

feat: MSC4515 Rtc Transports discovery for widgets - #165

Open
BillCarsonFr wants to merge 1 commit into
masterfrom
valere/msc4515_rtc_transports
Open

feat: MSC4515 Rtc Transports discovery for widgets#165
BillCarsonFr wants to merge 1 commit into
masterfrom
valere/msc4515_rtc_transports

Conversation

@BillCarsonFr

Copy link
Copy Markdown
Member

Add support for MSC4515 RTC transports discovery for widgets.

@BillCarsonFr
BillCarsonFr force-pushed the valere/msc4515_rtc_transports branch from 6d04586 to 8747007 Compare July 24, 2026 08:02
@BillCarsonFr
BillCarsonFr requested review from robintown and removed request for AndrewFerr July 27, 2026 09:55
Comment on lines +22 to +26
// The globally unique transport identifier. Follows the Common Namespaced
// Identifier Grammar (without the namespacing requirement).
type: string;
// Further transport-specific properties, defined by the transport's specification.
[key: string]: unknown;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be doc comments please

data: {},
};

emitEvent(new CustomEvent("", { detail: event }));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
emitEvent(new CustomEvent("", { detail: event }));
await loadIframe([]); // Without the required capability
emitEvent(new CustomEvent("", { detail: event }));

For completeness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants