Hello
So an odd one today - we are using mac version v5.4.54518.1229 (so it’s possible this has been fixed with latest) - it appears then when the SDK user is a co-host (possibly also host, haven’t tested) then the “-(void)gotChatMessage:(int)fromUserID fromUserName: (NSString*)fromUserName withMessage: (NSString*)messageText” Delegate call is called every time that the user sends a message (which is not expected, this generally should only be recieved when the user recieves a message)
I have added in a test to catch this but it seems like behaviour which should be removed…
Thanks