Embed SDK

Testing page for MyChannels embeds


Custom endpoint with NGROK


To use a custom endpoint aka your own machine but through an public endpoint just install NGROCK then use the following command to tunnel out:


ngrok http --host-header=rewrite http://embed.localhost:4000


Dont forget to set the env variables locally:


export BASE_EMBED_URI=https://b084607f.ngrok.io/embed/ export BASE_EMBED_URI_V2=https://b084607f.ngrok.io/ export BASE_EMBED_SCRIPT_URI=https://b084607f.ngrok.io/script/ export BASE_EMBED_SDK_URI=https://b084607f.ngrok.io/sdk