Type Alias SubmitPollResponseReq
SubmitPollResponseReq: Message<"plugnmeet.SubmitPollResponseReq"> & {
roomId: string;
userId: string;
name: string;
pollId: string;
selectedOption: string;
}
Type Declaration
-
roomId: string
-
userId: string
-
name: string
-
pollId: string
-
selectedOption: string
Generated
from field: string room_id = 1;