Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8381a25

Browse files
committed
Added brand to the api options
1 parent a019b60 commit 8381a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/appId.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const options = {
107107
apiUrl : getWebSocketURL(),
108108
language: getLanguage().toUpperCase(),
109109
appId : getAppIdFallback(),
110+
brand : 'binary',
110111
};
111112

112113
export const generateLiveApiInstance = () => new LiveApi(options);

0 commit comments

Comments
 (0)