Update api doc

This commit is contained in:
R Midhun Suresh 2025-10-23 12:43:10 +05:30
parent 051fd6e8fe
commit 4930da1e97

View File

@ -50,7 +50,8 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
// @alpha
export interface BuiltinsApi {
getRoomViewComponent(): React.ComponentType<RoomViewProps>;
renderRoomAvatar(roomId: string, size?: string): React.ReactNode;
renderRoomView(roomId: string): React.ReactNode;
}
// @alpha @deprecated (undocumented)