Add room_id and display_name to rageshakes

This commit is contained in:
Robert Long
2022-02-23 15:52:53 -08:00
parent 641b82dc45
commit 3b017eb92b
5 changed files with 14 additions and 3 deletions

View File

@@ -193,7 +193,10 @@ export function InCallView({
show={showInspector}
/>
{rageshakeRequestModalState.isOpen && (
<RageshakeRequestModal {...rageshakeRequestModalProps} />
<RageshakeRequestModal
{...rageshakeRequestModalProps}
roomId={roomId}
/>
)}
</div>
);