mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 13:27:51 +00:00
10 lines
251 B
TypeScript
10 lines
251 B
TypeScript
/**
|
|
* Custom logic for setting the correct device id.
|
|
*
|
|
* @param {AmplitudeClient} amplitude - The amplitude instance.
|
|
* @returns {void}
|
|
*/
|
|
export function fixDeviceID(amplitude: any) { // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
|
|
}
|