react-jitsi icon indicating copy to clipboard operation
react-jitsi copied to clipboard

Promotional Page displaying even after setting SHOW_PROMOTIONAL_CLOSE_PAGE: false,

Open ektaarora3501 opened this issue 4 years ago • 2 comments

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,
                    }}
                  />

ektaarora3501 avatar Aug 29 '20 12:08 ektaarora3501

Hi, Have you resolved this issue? I have the same issue. Thanks for help

issac1024623 avatar Dec 20 '21 01:12 issac1024623

Hey, No, the issue is still there.

ektaarora3501 avatar Dec 21 '21 07:12 ektaarora3501