-
- All Implemented Interfaces:
-
com.twilio.video.TrackPublication
public interface VideoTrackPublication implements TrackPublication
A published video track represents a video track that has been shared with a Room.
-
-
Method Summary
Modifier and Type Method Description abstract VideoTrackgetVideoTrack()LocalVideoTrackPublication and RemoteVideoTrackPublication extend and each interface implements getVideoTrack with different nullabilitybehavior. -
-
Method Detail
-
getVideoTrack
@Nullable() abstract VideoTrack getVideoTrack()
LocalVideoTrackPublication and RemoteVideoTrackPublication extend and each interface implements getVideoTrack with different nullabilitybehavior. getVideoTrack is annotated as @NonNull and getVideoTrack is annotated as @Nullable.
This method is marked as @Nullable because at least one of the subclasses returns null.
-
-
-
-