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