[youtubei.js](../../../README.md) / [Constants](../README.md) / CLIENT\_NAME\_IDS # Variable: CLIENT\_NAME\_IDS > `const` **CLIENT\_NAME\_IDS**: `object` The keys correspond to the `NAME` fields in [`CLIENTS`](CLIENTS.md) constant ## Type declaration ### ANDROID > `readonly` **ANDROID**: `"3"` = `'3'` ### ANDROID\_CREATOR > `readonly` **ANDROID\_CREATOR**: `"14"` = `'14'` ### ANDROID\_MUSIC > `readonly` **ANDROID\_MUSIC**: `"21"` = `'21'` ### iOS > `readonly` **iOS**: `"5"` = `'5'` ### MWEB > `readonly` **MWEB**: `"2"` = `'2'` ### TVHTML5 > `readonly` **TVHTML5**: `"7"` = `'7'` ### TVHTML5\_SIMPLY\_EMBEDDED\_PLAYER > `readonly` **TVHTML5\_SIMPLY\_EMBEDDED\_PLAYER**: `"85"` = `'85'` ### WEB > `readonly` **WEB**: `"1"` = `'1'` ### WEB\_CREATOR > `readonly` **WEB\_CREATOR**: `"62"` = `'62'` ### WEB\_EMBEDDED\_PLAYER > `readonly` **WEB\_EMBEDDED\_PLAYER**: `"56"` = `'56'` ### WEB\_KIDS > `readonly` **WEB\_KIDS**: `"76"` = `'76'` ### WEB\_REMIX > `readonly` **WEB\_REMIX**: `"67"` = `'67'` ## Defined in [src/utils/Constants.ts:94](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Constants.ts#L94)