Archived
This forum has been archived. Please start a new discussion on GitHub.
Some errors?
in Help Center
hi, there,
I have read the Connections issue 4. In the page 2, the slice of interface ChatRoomParticipant shows
bool invite(string user)
but in the page 6, when the "ami" metadata dirctive is added, the return value "bool" is changed to "void".This seems to be a tiny error since " void ice_response(bool) "
is generated. I am not very sure about it.
BTW: in the left column of page 7, is the "ChatParticipantI " identical with the "ChatRoomParticipant" in the right column?
Best regards ---OrNot
I have read the Connections issue 4. In the page 2, the slice of interface ChatRoomParticipant shows
bool invite(string user)
but in the page 6, when the "ami" metadata dirctive is added, the return value "bool" is changed to "void".This seems to be a tiny error since " void ice_response(bool) "
is generated. I am not very sure about it.
BTW: in the left column of page 7, is the "ChatParticipantI " identical with the "ChatRoomParticipant" in the right column?
Best regards ---OrNot
0
Comments
-
Thanks for the report.
The invite method in the interfaces should always return a bool to report whether the invitation was accepted or rejected.
The ChatParticipantI should have been ChatRoomParticipantI.
The .pdf will be updated on the our web server to reflect these changes.
Best Regards, Matthew0 -
hi,Matthew,
Isn't there demo project about Connections #4?0 -
0
-
hi,Matthew,
The last line of the left column on page 11 said: see figure 2. But I can not find this figure. Does it mean the figure 2 on page 3 ?
OrNot0 -
No, figure 2 seems to have disappeared! I'll take a look at this, and post an updated newsletter later.
Matthew0