I am trying to develop an application with the help of OpenTok where I need to add Name of the user as well as the logo of my application on the publisher's stream. Why am I focusing on the Stream? The reason is if I use some kind of overlay on my publisher's window It would only be visible on my side but on the Subscriber's side, It would show the normal video stream from my camera. As I have archiving feature enabled on OpenTok it records my live streaming and stores it on my server so I can also not do the same overlay stuff on the subscriber side.
How can I achieve this thing? Thanks in advance...