APP_ID should be not exposed at all?

Hi I am using jQuery for chat/video call. APP_ID is required to initiate sendbird SDK.

And I realize that the APP_ID could possibly exposed to public. And is it ok for the security issue?

Or APP_ID must not be exposed at all?

In sendbird example code, I see the APP_ID variable is hard coded.

Thanks in advance! :slight_smile:

App_ID is ok to be exposed however, the most critical part is master API key. The compromise of the master API key can make your data vulnerable. However, APP_ID is ok.

2 Likes

Thanks for the kind reply :slight_smile: