Skip to content

@vkontakte/calls-sdk / IFeedbackExternal

Interface: IFeedbackExternal

Реакции в звонке

Extends

  • Omit<IFeedback, "items">

Properties

key

ts
key: string;

feedback ID; key values should be negotiated by clients themselves, like in ParticipantState, and have just the same restrictions; on backend the values of these keys are not bound in any way to those in ParticipantState

Inherited from

ts
Omit.key

totalCount

ts
totalCount: number;

total amount of reactions of this type from the start of this call

Inherited from

ts
Omit.totalCount