fix(rn,filmstrip) fix invalid selector registered as state listener

This commit is contained in:
Saúl Ibarra Corretgé 2022-11-11 13:42:52 +01:00 committed by Saúl Ibarra Corretgé
parent 14fcd153e5
commit b22915c169
1 changed files with 10 additions and 0 deletions

View File

@ -85,6 +85,16 @@ export function getActiveParticipantsIds(_state: any) {
return [];
}
/**
* Not implemented on mobile.
*
* @param {any} _state - Redux state.
* @returns {Array<Object>}
*/
export function getPinnedActiveParticipants(_state: any) {
return [];
}
/**
* Returns the number of participants displayed in tile view.
*