openvidu-components: Hidden bacground service from docs

pull/739/head
csantosm 2022-06-13 14:05:48 +02:00
parent 76e27fb5d9
commit 7e8b6adaad
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ import { ParticipantService } from '../participant/participant.service';
import { TokenService } from '../token/token.service';
import { TranslateService } from '../translate/translate.service';
/**
* @internal
*/
@Injectable({
providedIn: 'root'
})