RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/voip/ICallerInfo.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ICallerInfo {
    callerId: string;
    callerName: string;
    host?: string;
}