How to hide Leave button in prebuilt?
Is it possible to hide the Leave button in prebuilt? If so, can someone please tell me how to do this?
Tagged:
0
Best Answer
-
While creating the iframe, we can pass in the leave button property, in this way:
callFrame = window.DailyIframe.createFrame({
showLeaveButton: false,
});
0