react-jitsi
react-jitsi copied to clipboard
Promotional Page displaying even after setting SHOW_PROMOTIONAL_CLOSE_PAGE: false,
The promotional page of Jisti is shown after call ends even though I have set SHOW_PROMOTIONAL_CLOSE_PAGE: false, in the interfaceConfig. Here is the code
<Jitsi
containerStyle={{
display: "flex",
alignItems: "center",
justifyContent: "center",
width: "100%",
}}
domain="meet.jit.si"
roomName={props.roomName}
displayName={"Conference connect"}
loadingComponent={videoCallPreloader}
onAPILoad={handleOnload}
interfaceConfig={{
HIDE_INVITE_MORE_HEADER: true,
TOOLBAR_BUTTONS: [
"microphone",
"camera",
"closedcaptions",
"desktop",
"fullscreen",
"hangup",
"chat",
],
SHOW_PROMOTIONAL_CLOSE_PAGE: false,
}}
config={{
defaultLanguage: "es",
disableDeepLinking: true,
prejoinPageEnabled: false,
}}
/>
Hi, Have you resolved this issue? I have the same issue. Thanks for help
Hey, No, the issue is still there.