Setting an image to display in audio-only mode
You can use the backgroundImageURI style of a Subscriber to set the image to be displayed when there is no video. The value you set can be the URL of an image on the web. It can also be a data: URL, such as one that you obtain using the getImgData() method of the Subscriber object (see the previous section).
The following code sets the background image of the Subscriber. When the call to Session.subscribe() completes successfully, the background image is set. If there is a video stream, the background is set to a static image captured from the subscriber video; otherwise it is set to an image loaded from a web URL:
If you do not set a background image for a Subscriber, when there is no video, it will display the initials for the stream, if initials were set when the stream's publisher initialized the stream (see Initializing a Publisher).